Skip to content

Commit 751369b

Browse files
committed
misc: Add a comment regarding superuser reload
This is just to test a retrigger of the releases workflow
1 parent 6975539 commit 751369b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const Application = () => {
4343
const Dialogs = useDialogs();
4444

4545
useEffect(() => {
46+
// If superuser status changes, force a reload to correct state
4647
superuser.reload_page_on_change();
4748
}, []);
4849

0 commit comments

Comments
 (0)