From 7ead1fbb42da4f2c133c8e73c95ab63a1ae032ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Brzezin=CC=81ski?= Date: Wed, 4 Oct 2023 22:26:56 +0200 Subject: [PATCH] build fix --- pages/dao/[symbol]/proposal/[pk]/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/dao/[symbol]/proposal/[pk]/index.tsx b/pages/dao/[symbol]/proposal/[pk]/index.tsx index c0735f3f8b..40f03beca6 100644 --- a/pages/dao/[symbol]/proposal/[pk]/index.tsx +++ b/pages/dao/[symbol]/proposal/[pk]/index.tsx @@ -125,7 +125,9 @@ const Proposal = () => { )} - + {proposal.account && ( + + )} {isTwoCol && allowDiscussion && }