Skip to content

Commit

Permalink
fix: some check if there will be change in files
Browse files Browse the repository at this point in the history
  • Loading branch information
Garzas committed Oct 18, 2024
1 parent 0b1d8db commit feb98df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ fun PreviewAggregatedMessagesWithErrorMessage() {
)
),
conversationDetailsData = ConversationDetailsData.None(null),
showAuthor = false,
showAuthor = true,
audioState = null,
clickActions = MessageClickActions.Content(),
)
Expand Down

0 comments on commit feb98df

Please sign in to comment.