From 2baae33a7706a8a89b83e1503f0d25a05b510ba5 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Sat, 1 Oct 2022 16:16:34 -0500 Subject: [PATCH] show market tip total --- web/components/contract/extra-contract-actions-row.tsx | 4 +--- web/components/contract/like-market-button.tsx | 6 +++--- web/components/contract/tip-button.tsx | 8 ++++++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/web/components/contract/extra-contract-actions-row.tsx b/web/components/contract/extra-contract-actions-row.tsx index 8f4b5579..d9474806 100644 --- a/web/components/contract/extra-contract-actions-row.tsx +++ b/web/components/contract/extra-contract-actions-row.tsx @@ -18,9 +18,7 @@ export function ExtraContractActionsRow(props: { contract: Contract }) { return ( - {user?.id !== contract.creatorId && ( - - )} +