Ver código fonte

update

tags/Baseline_180220205_Frontend
DESKTOP\derek 11 meses atrás
pai
commit
6bcf89436f
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/components/ProjectCashFlow/ProjectCashFlow.tsx

+ 1
- 1
src/components/ProjectCashFlow/ProjectCashFlow.tsx Ver arquivo

@@ -1004,7 +1004,7 @@ const ProjectCashFlow: React.FC = () => {
className="text-lg font-medium mx-5"
style={{ color: "#6b87cf", textAlign: "right" }}
>
${expense.toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 })}
${(expense || 0).toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 })}
</div>
<hr />
<div


Carregando…
Cancelar
Salvar