Explorar o código

fixup noob mode default value

theenglishway (time) %!s(int64=4) %!d(string=hai) anos
pai
achega
1090790343
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(),