mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
fix welcome banner dimiss
This commit is contained in:
parent
daa2b9aff9
commit
c195f92912
@ -24,7 +24,7 @@ const BetaBanner = () => {
|
||||
setClosed(true)
|
||||
}
|
||||
|
||||
if (localStorage.getItem("welcome_beta") === true || closed) {
|
||||
if (localStorage.getItem("welcome_beta") === "true" || closed) {
|
||||
return null
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user