fix storage hook
This commit is contained in:
@@ -44,6 +44,10 @@ export default function SyncSetting() {
|
||||
}
|
||||
};
|
||||
|
||||
if (!sync) {
|
||||
return;
|
||||
}
|
||||
|
||||
const { syncUrl = "", syncKey = "" } = sync;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user