Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmagnus committed Feb 7, 2024
1 parent 7cdb4d6 commit 32c6a54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/app/core/pages/vault-detail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ export const VaultDetail: React.FC = () => {
const getPaymentsDataByLink = (action: 'prev' | 'next'): void => {
if (action === 'prev') {
const effectsPrev = historyNavPayments[historyNavPayments.length - 1]
console.log(effectsPrev)
setEffects(effectsPrev)
setHistoryNavPayments(previous => previous.slice(0, -1))
return
Expand Down

0 comments on commit 32c6a54

Please sign in to comment.