Browse Source

fix: welcome page crash

Nick 5 years ago
parent
commit
1419e9613a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/views/welcome.pug

+ 1 - 1
server/views/welcome.pug

@@ -2,4 +2,4 @@ extends master.pug
 
 block body
   #root.is-fullscreen
-    welcome(:locale=locale)
+    welcome(locale=locale)