fixed sticker text issues

This commit is contained in:
Fedor Katurov 2020-01-10 14:45:17 +07:00
parent afc9654200
commit 0314edd550
2 changed files with 14 additions and 9 deletions

View file

@ -30,7 +30,7 @@ const Stickers: React.FC<IProps> = React.memo(
<Sticker
map={map}
sticker={sticker}
key={`${index}`}
key={`${sticker.set}.${sticker.sticker}.${index}`}
index={index}
is_editing={is_editing}
mapSetSticker={mapSetSticker}