Skip to content

Commit 16fb7cb

Browse files
committed
remove coma from merge
1 parent 882c42b commit 16fb7cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/Modal/BaseModal.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ function BaseModal(
275275
shouldUseModalPaddingStyle,
276276
modalOverlapsWithTopSafeArea,
277277
shouldDisableBottomSafeAreaPadding,
278-
, shouldUseReanimatedModal],
278+
shouldUseReanimatedModal,
279+
],
279280
);
280281

281282
const modalPaddingStyles = useMemo(() => {

0 commit comments

Comments
 (0)