Skip to content

Commit

Permalink
remov elog
Browse files Browse the repository at this point in the history
  • Loading branch information
elclandestin0 committed Jan 10, 2025
1 parent 9d79358 commit 023682e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const mergeTransactions = (apiData: TransactionRecord[], localData: TransactionR
}
})
const combinedDataArray = Array.from(combinedData.values())
console.log(combinedDataArray)
return combinedDataArray
}

Expand Down Expand Up @@ -116,7 +115,6 @@ const HistoryDesktop: React.FC<HistoryDesktopProps> = () => {
}, [messages, apiTransactions])

const loadMoreItems = () => {
console.log('....loadig?!')
setVisibleTransactions((prev) => {
const nextItems = mergedTransactions.slice(prev.length, prev.length + 5)
return [...prev, ...nextItems]
Expand Down

0 comments on commit 023682e

Please sign in to comment.