Skip to content

Commit

Permalink
fix: message tail
Browse files Browse the repository at this point in the history
  • Loading branch information
saulmc committed Jun 23, 2024
1 parent 9ffd34d commit 4e6c5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Chat/Message/MessageActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ export default function ChatMessageActions({
{!message.hasNextMessageInSeries &&
!isFrame &&
!isAttachment &&
isTransaction &&
!isTransaction &&
(Platform.OS === "ios" || Platform.OS === "web") && (
<MessageTail
style={[
Expand Down

0 comments on commit 4e6c5c6

Please sign in to comment.