Skip to content

Commit cf828a6

Browse files
committed
remove conditional
1 parent 1de776f commit cf828a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Message/MessageTeam.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ const MessageTeamWithContext = <
284284
<ThreadIcon />
285285
</span>
286286
)}
287-
{getMessageActions().length && showActionsBox && (
287+
{showActionsBox && (
288288
<MessageActions
289289
addNotification={addNotification}
290290
customWrapperClass={''}

0 commit comments

Comments
 (0)