Skip to content

Commit 6bea429

Browse files
committed
lint comment
1 parent e8be7c0 commit 6bea429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/obsidian/src/components/AdminPanelSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const AdminPanelSettings = () => {
3333
setAccessToken(null);
3434
setRefreshToken(null);
3535
}
36-
}, [syncModeEnabled]);
36+
}, [syncModeEnabled, plugin]);
3737

3838
const handleSyncModeToggle = useCallback(
3939
async (newValue: boolean) => {

0 commit comments

Comments
 (0)