diff --git a/web/pages/contract/[contractId].tsx b/web/pages/contract/[contractId].tsx index 52f9cf4a..68ea6407 100644 --- a/web/pages/contract/[contractId].tsx +++ b/web/pages/contract/[contractId].tsx @@ -47,11 +47,13 @@ export default function ContractPage() { <>
- {isCreator ? ( - - ) : ( + - )} + + {isCreator && ( + + )} + )}