diff --git a/src/App.jsx b/src/App.jsx index 73b5edf..b9f60c6 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1261,6 +1261,7 @@ const restoreRemoteProject = async (id) => { {syncStatus === 'synced' &&
Synced ✓
} {syncStatus === 'error' &&
Sync failed (saved locally)
} + ); // ---------------------------------------------------------------------------