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 2bf1f03 commit 6d6703fCopy full SHA for 6d6703f
lib/algora_web/live/crowdfund.ex
@@ -65,8 +65,7 @@ defmodule AlgoraWeb.CrowdfundLive do
65
|> assign(:tip_form, to_form(TipForm.changeset(%TipForm{}, %{})))
66
|> assign(:repo_form, to_form(RepoForm.changeset(%RepoForm{}, %{})))
67
|> assign(:pending_action, nil)
68
- |> assign(:plans1, AlgoraWeb.PricingLive.get_plans1())
69
- |> assign(:plans2, AlgoraWeb.PricingLive.get_plans2())}
+ |> assign(:plans1, AlgoraWeb.PricingLive.get_plans1())}
70
end
71
72
attr :src, :string, required: true
0 commit comments