mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-14 04:55:27 +00:00
feat: select columns to show
This commit is contained in:
@@ -45,10 +45,10 @@ export default async function TransactionsPage({ searchParams }: { searchParams:
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<TransactionSearchAndFilters categories={categories} projects={projects} />
|
||||
<TransactionSearchAndFilters categories={categories} projects={projects} fields={fields} />
|
||||
|
||||
<main>
|
||||
<TransactionList transactions={transactions} />
|
||||
<TransactionList transactions={transactions} fields={fields} />
|
||||
|
||||
{transactions.length === 0 && (
|
||||
<div className="flex flex-col items-center justify-center gap-2 h-full min-h-[400px]">
|
||||
|
||||
Reference in New Issue
Block a user