Skip to content

Commit 1c52051

Browse files
committed
lint comment
1 parent a7088d7 commit 1c52051

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)