fix(mobile): cannot run locally (#8383)

This commit is contained in:
CatsJuice
2024-09-25 03:54:56 +00:00
parent cb4020569c
commit e6feb17ac7
2 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ export function CurrentWorkspaceModals() {
onOpenChange={onTrashConfirmOpenChange}
titles={deletePageTitles}
/>
<InfoModal />
{currentWorkspace ? <InfoModal /> : null}
</>
);
}