ソースを参照

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


読み込み中…
キャンセル
保存