fix: image typo (#15390)

This commit is contained in:
Omar Basem 2023-03-16 19:55:45 +04:00 committed by GitHub
parent b44e4c6d59
commit b70dd2fe67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@
:on-press (fn []
(rf/dispatch [:chat.ui/update-shared-element-id message-id])
(js/setTimeout #(rf/dispatch [:navigate-to :lightbox
{:messages (:album message)
:index index
{:messages [message]
:index 0
:insets insets}])
100))}
(when (and (not= text "placeholder") (= index 0))