瀏覽代碼

update

tags/Baseline_180220205_Frontend
DESKTOP\derek 11 月之前
父節點
當前提交
6bcf89436f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/components/ProjectCashFlow/ProjectCashFlow.tsx

+ 1
- 1
src/components/ProjectCashFlow/ProjectCashFlow.tsx 查看文件

@@ -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


Loading…
取消
儲存