[Fixes: #11586] Every element in a seq should have a unique :key

Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
Frank Tang 2020-12-28 10:58:56 +08:00 committed by Andrea Maria Piana
parent 6099262c98
commit f306b084da
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@
[chat-name-input topic error]]
[react/view {:margin-top 32}
(for [[section chats] (chat.models/chats)]
^{:key section}
[react/view
[react/view {:margin-right 16 :padding-left 16 :padding-vertical 3
:border-bottom-width 1 :border-bottom-color colors/gray-lighter