Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Apr 25, 2023
1 parent 147fecb commit fc5fa4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/status_im2/contexts/chat/messages/list/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
[{:keys [message-id
clock-value
message-type
album-id
from
outgoing
whisper-timestamp
Expand All @@ -37,7 +36,7 @@
:type :message
:message-id message-id
:outgoing (boolean outgoing)
:albumize? (if (and album-id outgoing) true albumize?)}
:albumize? albumize?}
add-datemark
add-timestamp))

Expand Down

0 comments on commit fc5fa4a

Please sign in to comment.