File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ function MoneyReportHeader({
526526
527527 const [ offlineModalVisible , setOfflineModalVisible ] = useState ( false ) ;
528528
529- const exportSubmenuOptions : Record < ValueOf < typeof CONST . REPORT . EXPORT_OPTIONS > , DropdownOption < ValueOf < typeof CONST . REPORT . EXPORT_OPTIONS > > > = useMemo (
529+ const exportSubMenuOptions : Record < ValueOf < typeof CONST . REPORT . EXPORT_OPTIONS > , DropdownOption < ValueOf < typeof CONST . REPORT . EXPORT_OPTIONS > > > = useMemo (
530530 ( ) => ( {
531531 [ CONST . REPORT . EXPORT_OPTIONS . DOWNLOAD_CSV ] : {
532532 text : translate ( 'export.basicExport' ) ,
@@ -752,7 +752,7 @@ function MoneyReportHeader({
752752 text : translate ( 'common.export' ) ,
753753 backButtonText : translate ( 'common.export' ) ,
754754 icon : Expensicons . Export ,
755- subMenuItems : secondaryExportActions . map ( ( action ) => exportSubmenuOptions [ action ] ) ,
755+ subMenuItems : secondaryExportActions . map ( ( action ) => exportSubMenuOptions [ action ] ) ,
756756 } ,
757757 [ CONST . REPORT . SECONDARY_ACTIONS . DOWNLOAD_PDF ] : {
758758 value : CONST . REPORT . SECONDARY_ACTIONS . DOWNLOAD_PDF ,
You can’t perform that action at this time.
0 commit comments