Skip to content

Commit 877a08f

Browse files
committed
quick fix
1 parent 4867fcc commit 877a08f

File tree

1 file changed

+1
-1
lines changed
  • apps/web/app/(app)/gardens/[chain]/[garden]/[community]/[poolId]

1 file changed

+1
-1
lines changed

apps/web/app/(app)/gardens/[chain]/[garden]/[community]/[poolId]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default function Page({
166166
)}
167167
</>
168168
)}
169-
{strategyObj.proposals.length && (
169+
{strategyObj && isEnabled && (
170170
<section ref={proposalSectionRef}>
171171
<Proposals
172172
poolToken={poolToken}

0 commit comments

Comments
 (0)