Skip to content

Commit 5a1046e

Browse files
committed
Minor fix
1 parent 7aeaae7 commit 5a1046e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/_components/investment-card-list/components/investment-card.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export const InvestmentCard = function InvestmentCard({
131131
style={{ marginRight: token.margin }}
132132
/>
133133

134-
{profit !== 0 && (
134+
{projectState === 'completed' && profit > -99 && (
135135
<Statistic
136136
title={'Profit'}
137137
value={profit}

0 commit comments

Comments
 (0)