Skip to content

Commit

Permalink
App: minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed May 1, 2024
1 parent 28dfb6c commit 5128931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/app/earn/[pool]/Pool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function PoolHeader({ pool }: { pool: typeof POOLS[number] }) {
}

function MyDeposit({ pool }: { pool: typeof POOLS[number] }) {
return (
return pool.deposit && (
<div
className={css({
display: "grid",
Expand Down

0 comments on commit 5128931

Please sign in to comment.