Skip to content

Commit

Permalink
Remove unused headerContent
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Oct 31, 2024
1 parent ae6a877 commit 82c1b92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,6 @@ function AccountTransactions({
<View style={{ flex: 1 }}>
<TransactionList
isLoading={isTransactionsLoading}
headerContent={undefined}
tableRef={tableRef}
account={account}
transactions={transactions}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export function TransactionList({
showReconciled,
showCleared,
showAccount,
headerContent,
isAdding,
isNew,
isMatched,
Expand Down Expand Up @@ -221,7 +220,6 @@ export function TransactionList({
dateFormat={dateFormat}
hideFraction={hideFraction}
addNotification={addNotification}
headerContent={headerContent}
renderEmpty={renderEmpty}
onSave={onSave}
onApplyRules={onApplyRules}
Expand Down

0 comments on commit 82c1b92

Please sign in to comment.