Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Dec 12, 2024
1 parent 190fd50 commit b4ba038
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/plausible_web/templates/layout/settings.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

<.form for={@conn} class="lg:hidden">
<.input
value={Enum.find_value(@settings_options, &(is_current_tab(@conn, &1.value) && &1.value))}
value={
Enum.find_value(@settings_options, &(is_current_tab(@conn, &1.value) && &1.value))
}
name="setting"
type="select"
options={Enum.map(@settings_options, fn opt -> {opt.key, opt.value} end)}
Expand Down

0 comments on commit b4ba038

Please sign in to comment.