Skip to content

Commit 4a4bfb2

Browse files
committed
removed comment
1 parent fd7af7d commit 4a4bfb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/AuthAndFrame/AuthAndFrame.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const AuthAndFrame: FC<AuthAndFrameProps> = ({ children }) => {
2727

2828
useEffect(() => {
2929
if (authState.matches("signedIn")) {
30-
updateCheckSend("CHECK") // this calls getUpdateCheck which returns the latest version
30+
updateCheckSend("CHECK")
3131
} else {
3232
updateCheckSend("CLEAR")
3333
}

0 commit comments

Comments
 (0)