diff --git a/packages/client/src/components/storage.tsx b/packages/client/src/components/storage.tsx index e879f2f1..c0f3df94 100644 --- a/packages/client/src/components/storage.tsx +++ b/packages/client/src/components/storage.tsx @@ -110,7 +110,28 @@ export function ManageStorage({ className, onError }: ManageStorageProps) { // sync users cannot manage local storage, it would cause unexpected // results... - if (isSubscribed) return null; + if (isSubscribed) { + return ( +
+

Manage Device Storage

+

+ Your data is synced to Biscuits. If you're experiencing issues, you + can try resetting your local device to the server's data. +

+
+ { + clientDesc?.__dangerous__resetLocal(); + }} + > + Reset local data + +
+
+ ); + } return (