simplify check
This commit is contained in:
parent
bf76fda1d5
commit
9e34886267
|
@ -23,7 +23,7 @@
|
|||
let userShouldPostFeedback = false
|
||||
|
||||
function previewApp() {
|
||||
if (!$auth?.user?.flags?.feedbackSubmitted === true) {
|
||||
if (!$auth?.user?.flags?.feedbackSubmitted) {
|
||||
userShouldPostFeedback = true
|
||||
}
|
||||
window.open(`/${application}`)
|
||||
|
|
Loading…
Reference in New Issue