mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Fix ceramic API change
This commit is contained in:
@@ -34,7 +34,7 @@ export const useSaveToComposeDB = () => {
|
||||
throw new Error('No wallet connected');
|
||||
}
|
||||
|
||||
if (!composeDBClient.context.authenticated) {
|
||||
if (!composeDBClient.context.isAuthenticated) {
|
||||
try {
|
||||
setStatus('authenticating');
|
||||
await connect();
|
||||
|
||||
Reference in New Issue
Block a user