diff --git a/web/apps/photos/src/components/ExportModal.tsx b/web/apps/photos/src/components/ExportModal.tsx index 8bb9bdfc27..835471e869 100644 --- a/web/apps/photos/src/components/ExportModal.tsx +++ b/web/apps/photos/src/components/ExportModal.tsx @@ -154,8 +154,7 @@ export default function ExportModal(props: Props) { }); setIncludeShared(newIncludeShared); - const exportRecord = - await exportService.getExportRecord(exportFolder); + const exportRecord = await exportService.getExportRecord(exportFolder); const pendingExports = await exportService.getPendingExports(exportRecord); setPendingExports(pendingExports); @@ -262,7 +261,9 @@ function IncludeShared({ exportStage, includeShared, toggleIncludeShared }) { case ExportStage.FINISHED: return ( - {t("INCLUDE_SHARED")} + + {t("INCLUDE_SHARED")} +