From 8376a011784438649b0d349ef336984e51981ae2 Mon Sep 17 00:00:00 2001 From: nmemmert Date: Thu, 28 May 2026 08:38:25 -0400 Subject: [PATCH] fix bug --- src/App.jsx | 1 + 1 file changed, 1 insertion(+) 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)
} + ); // ---------------------------------------------------------------------------