Skip to content

Commit a45b268

Browse files
committed
Message: Fix reactions (#5866)
1 parent cefc179 commit a45b268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/components/middle/message/Message.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ const Message: FC<OwnProps & StateProps> = ({
10521052
noRecentReactors={isChannel}
10531053
tags={tags}
10541054
isCurrentUserPremium={isPremium}
1055-
isAccountFrozen
1055+
isAccountFrozen={isAccountFrozen}
10561056
/>
10571057
);
10581058
}

0 commit comments

Comments
 (0)