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 3953f8e commit 777679eCopy full SHA for 777679e
lib/algora_web/live/org/bounties_live.ex
@@ -335,7 +335,7 @@ defmodule AlgoraWeb.Org.BountiesLive do
335
defp to_transaction_rows(transactions), do: transactions
336
337
defp assign_more_bounties(socket) do
338
- %{rows: rows, current_org: current_org} = socket.assigns
+ %{bounty_rows: rows, current_org: current_org} = socket.assigns
339
340
last_bounty = List.last(rows).bounty
341
0 commit comments