Skip to content

Commit 777679e

Browse files
committed
fix: matched pattern
1 parent 3953f8e commit 777679e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora_web/live/org/bounties_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ defmodule AlgoraWeb.Org.BountiesLive do
335335
defp to_transaction_rows(transactions), do: transactions
336336

337337
defp assign_more_bounties(socket) do
338-
%{rows: rows, current_org: current_org} = socket.assigns
338+
%{bounty_rows: rows, current_org: current_org} = socket.assigns
339339

340340
last_bounty = List.last(rows).bounty
341341

0 commit comments

Comments
 (0)