Skip to content

Commit

Permalink
Fix crash with collapsed buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
su-ex committed Feb 26, 2024
1 parent 7aca4ab commit efd3591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/rooms/MessageComposerButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const MessageComposerButtons: React.FC<IProps> = (props: IProps) => {
voiceRecordingButton(props, narrow),
startVoiceBroadcastButton(props),
props.showPollsButton && pollButton(room, props.relation),
showLocationButton(props, room, roomId, matrixClient),
showLocationButton(props, room, matrixClient),
];
} else {
mainButtons = [
Expand Down

0 comments on commit efd3591

Please sign in to comment.