Skip to content

Commit

Permalink
Add underscore to unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Sanchez committed Dec 24, 2024
1 parent 79ee94e commit 8e125da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule ConfiguratorWeb.CustomComponents do
attr :form, :map, required: true
attr :field, :atom, required: true

def effect_form(%{form: %{params: %{"effect" => nil}}} = assigns) do
def effect_form(%{form: %{params: %{"effect" => nil}}} = _assigns) do
~H"""
<h3>No Effect</h3>
"""
Expand Down

0 comments on commit 8e125da

Please sign in to comment.