瀏覽代碼

fixup noob mode default value

theenglishway (time) 4 年之前
父節點
當前提交
1090790343
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/vaccins_web/live/index.ex

+ 1 - 1
lib/vaccins_web/live/index.ex

@@ -11,7 +11,7 @@ defmodule VaccinsWeb.IndexLive do
     {:ok,
      socket
      |> assign(
-       noob_mode: true,
+       noob_mode: false,
        is_local?: is_local?,
        locations: locations,
        locations_with_early_slots: MapSet.new(),