Skip to content

Commit 97762b5

Browse files
committed
BREAKING CHANGE: v6 rc release
1 parent c4d3e66 commit 97762b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/components/Message/hooks/useProcessReactions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export const useProcessReactions = <
128128
};
129129
},
130130
);
131+
131132
return {
132133
existingReactions: unsortedReactions.sort(sortReactions),
133134
hasReactions: unsortedReactions.length > 0,

0 commit comments

Comments
 (0)