diff --git a/src/components/dashboard/TransactionsTable.tsx b/src/components/dashboard/TransactionsTable.tsx index fa947cb..3c8c10e 100644 --- a/src/components/dashboard/TransactionsTable.tsx +++ b/src/components/dashboard/TransactionsTable.tsx @@ -1,5 +1,6 @@ import { useState } from 'react'; +import { Link } from 'react-router-dom'; import { format } from 'date-fns'; import { ChevronDown, Search, ChevronLeft, ChevronRight } from 'lucide-react'; import { Transaction } from '@/types/financialTypes'; @@ -236,13 +237,14 @@ const TransactionsTable = ({ {!showPagination && filteredTransactions.length > itemsPerPage && (