Skip to content

Commit

Permalink
temp update switch for dg v2
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamejason committed May 8, 2024
1 parent 57bc625 commit cd70239
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default function ViewProgram() {
Round.
</p>
<div className="w-full px-12">
{getAlloVersion() === "allo-v2" && (
{true && (
<>
<button
onClick={() => setGrantType("quadraticFunding")}
Expand Down Expand Up @@ -297,7 +297,7 @@ export default function ViewProgram() {
</button>
</>
)}
{getAlloVersion() === "allo-v1" && (
{true && (
<>
<button
onClick={() => setGrantType("directGrant")}
Expand Down

0 comments on commit cd70239

Please sign in to comment.