We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aeaae7 commit 5a1046eCopy full SHA for 5a1046e
src/app/_components/investment-card-list/components/investment-card.tsx
@@ -131,7 +131,7 @@ export const InvestmentCard = function InvestmentCard({
131
style={{ marginRight: token.margin }}
132
/>
133
134
- {profit !== 0 && (
+ {projectState === 'completed' && profit > -99 && (
135
<Statistic
136
title={'Profit'}
137
value={profit}
0 commit comments