Skip to content

Commit dcd606f

Browse files
committed
fixed exit animations on ios also
1 parent cc603b5 commit dcd606f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/SearchPageHeader/SearchTypeMenuPopover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function SearchTypeMenuPopover({queryJSON}: SearchTypeMenuNarrowProps) {
4242
scrollContainerStyle={styles.pv0}
4343
/>
4444
)}
45-
<DeleteConfirmModal />
45+
{DeleteConfirmModal}
4646
</>
4747
);
4848
}

0 commit comments

Comments
 (0)