Skip to content

Commit 9959955

Browse files
Merge pull request #1013 from GetStream/vishal/block-user-action
fix: 'Block User' message action
2 parents 6ff8359 + bb73a06 commit 9959955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/Message/Message.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ const MessageWithContext = <
672672
: blockUserProp === null
673673
? null
674674
: {
675-
action: () => async () => {
675+
action: async () => {
676676
setOverlay('none');
677677
if (message.user?.id) {
678678
if (handleBlock) {

0 commit comments

Comments
 (0)