mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed dialog witdths
This commit is contained in:
parent
65885acb75
commit
afc9654200
13 changed files with 115 additions and 132 deletions
|
@ -30,7 +30,7 @@ const Stickers: React.FC<IProps> = React.memo(
|
|||
<Sticker
|
||||
map={map}
|
||||
sticker={sticker}
|
||||
key={`${sticker.set}.${sticker.sticker}.${index}`}
|
||||
key={`${index}`}
|
||||
index={index}
|
||||
is_editing={is_editing}
|
||||
mapSetSticker={mapSetSticker}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue