Skip to content

Commit 2ab6701

Browse files
committed
style
1 parent 6b4fe6d commit 2ab6701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Search/SearchPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ function SearchPage({route}: SearchPageProps) {
724724
<ConfirmModal
725725
isVisible={isExportWithTemplateModalVisible}
726726
onConfirm={() => {
727-
setIsExportWithTemplateModalVisible(false)
727+
setIsExportWithTemplateModalVisible(false);
728728
clearSelectedTransactions(undefined, true);
729729
}}
730730
title={translate('export.exportInProgress')}

0 commit comments

Comments
 (0)