diff --git a/components/workspace/use-cli-commands.tsx b/components/workspace/use-cli-commands.tsx index 5835cd7..a70c65c 100644 --- a/components/workspace/use-cli-commands.tsx +++ b/components/workspace/use-cli-commands.tsx @@ -391,7 +391,7 @@ function CheckProposalInfo({ id }: { id: string }) { const url = `https://test.tmrwdao.com/network-dao/proposal/${id}?chainId=tDVW` - if (timedOut) return

Timed out. Proposal ID: + if (timedOut) return

Timed out. Proposal ID: {id} .

;