Skip to content

Commit 4e68d2d

Browse files
authored
feat!: rc release v6 (#2729)
1 parent 2f36076 commit 4e68d2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

0 commit comments

Comments
 (0)