mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 05:16:46 +00:00
fix: image typo (#15390)
This commit is contained in:
parent
b44e4c6d59
commit
b70dd2fe67
@ -30,8 +30,8 @@
|
|||||||
:on-press (fn []
|
:on-press (fn []
|
||||||
(rf/dispatch [:chat.ui/update-shared-element-id message-id])
|
(rf/dispatch [:chat.ui/update-shared-element-id message-id])
|
||||||
(js/setTimeout #(rf/dispatch [:navigate-to :lightbox
|
(js/setTimeout #(rf/dispatch [:navigate-to :lightbox
|
||||||
{:messages (:album message)
|
{:messages [message]
|
||||||
:index index
|
:index 0
|
||||||
:insets insets}])
|
:insets insets}])
|
||||||
100))}
|
100))}
|
||||||
(when (and (not= text "placeholder") (= index 0))
|
(when (and (not= text "placeholder") (= index 0))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user