We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa48d8 commit 59d0fdcCopy full SHA for 59d0fdc
lib/algora_web/components/layouts/user.html.heex
@@ -249,7 +249,7 @@
249
</.link>
250
<%= if @current_user do %>
251
<div class="flex items-center gap-x-4">
252
- <%= if main_contract_form = Map.get(assigns, :main_contract_form) do %>
+ <%= if Map.get(assigns, :main_contract_form) do %>
253
<div>
254
<.button
255
phx-click="open_main_contract_form"
@@ -259,7 +259,7 @@
259
</.button>
260
</div>
261
<% end %>
262
- <%= if main_bounty_form = Map.get(assigns, :main_bounty_form) do %>
+ <%= if Map.get(assigns, :main_bounty_form) do %>
263
264
265
phx-click="open_main_bounty_form"
0 commit comments