집계표 recoil 수정

This commit is contained in:
김민식 2025-01-20 16:45:52 +09:00
parent d4aa611b65
commit f56e9397c3

View File

@ -30,9 +30,6 @@ export const moduleStatisticsState = atom({
{ name: `발전량(kW)`, prop: 'amount' }, { name: `발전량(kW)`, prop: 'amount' },
], ],
rows: [], rows: [],
footer: [ footer: ['합계', 0],
{ name: '합계', prop: 'name' },
{ name: `발전량(kW)`, prop: 'amount' },
],
}, },
}) })