Update app/assets/javascripts/application.js.erb

Co-authored-by: Peter Bhat Harkins <pushcx@users.noreply.github.com>
This commit is contained in:
William Karsten 2022-08-29 13:07:49 -05:00
parent 1626bddb4d
commit 676291420e
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class _LobstersFunction {
}
previewStory(formElement) {
if(!Lobster.curUser)
if (!Lobster.curUser)
return Lobster.bounceToLogin();
const formData = new FormData(formElement);