fix: close unclosed fragments in Expenses/Deposits, fix brace in Bills

This commit is contained in:
2026-07-09 19:52:33 +08:00
parent bc2ff2b270
commit 8f28c172c4
3 changed files with 2 additions and 1 deletions

View File

@@ -441,6 +441,7 @@ const DepositsPage: React.FC = () => {
scroll={{ x: 1200 }}
pagination={{ pageSize: 15, showTotal: (total) => `${total}` }}
/>
</>
),
},
{