Skip to content

Commit 63df310

Browse files
committed
update naming
1 parent be501d6 commit 63df310

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/MoneyReportHeader.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)