Skip to content

Commit 252707a

Browse files
committed
typo
1 parent ded47b9 commit 252707a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass/src/app/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ const app = {
381381

382382
if (
383383
state.previousVersion !== DEFAULT_APP_VERSION &&
384-
APP_VERSION !== state.previousVErsion
384+
APP_VERSION !== state.previousVersion
385385
) {
386386
// Wait a bit before showing the update toast.
387387
setTimeout(() => {

0 commit comments

Comments
 (0)