| Month | Type | {(fundFilter === 'all' || fundFilter === 'operating') && ( <>Op. Cash | Op. Investments | Op. Total | > )} {(fundFilter === 'all' || fundFilter === 'reserve') && ( <>Res. Cash | Res. Investments | Res. Total | > )}Grand Total |
|---|---|---|---|---|---|---|---|---|
| {d.month} |
|
{(fundFilter === 'all' || fundFilter === 'operating') && (
<>
{fmt(d.operating_cash)} | {fmt(d.operating_investments)} | {fmt(opTotal)} | > )} {(fundFilter === 'all' || fundFilter === 'reserve') && ( <>{fmt(d.reserve_cash)} | {fmt(d.reserve_investments)} | {fmt(resTotal)} | > )}{fmt(grandTotal)} |