Skip to content

Commit 4acd2a9

Browse files
committed
fix: actually fix the lint issue
1 parent ab444b7 commit 4acd2a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/src/components/MessageMenu/MessageMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ export const MessageMenu = <
111111
bottomSheetHeight
112112
? bottomSheetHeight
113113
: messageActions.length === 0 && !showMessageReactions
114-
? height / 5
115-
: height / 2
114+
? height / 5
115+
: height / 2
116116
}
117117
onClose={dismissOverlay}
118118
visible={visible}

0 commit comments

Comments
 (0)