We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4bfb2 commit 6874ec9Copy full SHA for 6874ec9
site/src/xServices/updateCheck/updateCheckXService.ts
@@ -165,7 +165,7 @@ export const updateCheckMachine = createMachine(
165
})),
166
setDismissedVersion: (context) => {
167
if (context.updateCheck?.version) {
168
- // We use localStorage to ensure users who have dimissed the UpdateCheckBanner are not plagued by it on page reload
+ // We use localStorage to ensure users who have dismissed the UpdateCheckBanner are not plagued by its reappearance on page reload
169
localStorage.setItem("dismissedVersion", context.updateCheck.version)
170
}
171
},
0 commit comments