Skip to content

Commit a0f04e3

Browse files
committed
fix: remove await
1 parent 78a53b5 commit a0f04e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/Channel/Channel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ const ChannelWithContext = (props: PropsWithChildren<ChannelPropsWithContext>) =
14841484
];
14851485

14861486
if (enableOfflineSupport) {
1487-
await addReactionToLocalState({
1487+
addReactionToLocalState({
14881488
channel,
14891489
enforceUniqueReaction,
14901490
messageId,

0 commit comments

Comments
 (0)