fix: close unclosed fragments in Expenses/Deposits, fix brace in Bills
This commit is contained in:
@@ -441,6 +441,7 @@ const DepositsPage: React.FC = () => {
|
||||
scroll={{ x: 1200 }}
|
||||
pagination={{ pageSize: 15, showTotal: (total) => `共 ${total} 条` }}
|
||||
/>
|
||||
</>
|
||||
),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user