mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix logic for showing the onboarding prompt.
This commit is contained in:
parent
8c182c2ccd
commit
79caa14385
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ define [
|
||||||
view: "editor"
|
view: "editor"
|
||||||
chatOpen: false
|
chatOpen: false
|
||||||
pdfLayout: 'sideBySide'
|
pdfLayout: 'sideBySide'
|
||||||
showCodeCheckerOnboarding: window.userSettings.syntaxValidation?
|
showCodeCheckerOnboarding: !window.userSettings.syntaxValidation?
|
||||||
}
|
}
|
||||||
$scope.user = window.user
|
$scope.user = window.user
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue