+
+ Daily movers{' '}
+
+
+
+
+ )
+}
+
function EditButton(props: { className?: string }) {
const { className } = props
@@ -186,14 +202,14 @@ function DailyProfitAndBalance(props: {
return (
= 0 ? 'text-green-500' : 'text-red-500')}>
- {profit >= 0 ? '+' : '-'}
+ {profit >= 0 && '+'}
{formatMoney(profit)}
{' '}
profit and{' '}
= 0 ? 'text-green-500' : 'text-red-500')}
>
- {balanceChange >= 0 ? '+' : '-'}
+ {balanceChange >= 0 && '+'}
{formatMoney(balanceChange)}
{' '}
balance today