Skip to content

Commit

Permalink
[FIX] Messages spacing (#25631)
Browse files Browse the repository at this point in the history
* fix(fuselage): adding sequential param to Message Component

* chore: updating fuselage version

* fix: updating yarn.lock

* fix yarn.lock

* Update fuselage

* remove dev deps

Co-authored-by: gabriellsh <gabriel.henriques@rocket.chat>
  • Loading branch information
hugocostadev and gabriellsh committed Jun 2, 2022
1 parent d24789a commit 8274ba3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const Message: FC<{ message: IMessage; sequential: boolean; subscription?: ISubs
isSelected={isSelected}
isEditing={isMessageHighlight}
isPending={message.temp}
sequential={sequential}
data-qa-editing={isMessageHighlight}
data-qa-selected={isSelected}
>
Expand Down

0 comments on commit 8274ba3

Please sign in to comment.