Fix ceramic API change

This commit is contained in:
Alec LaLonde
2023-02-28 16:07:22 -07:00
parent 415911ae40
commit 7eab7c8f12

View File

@@ -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();