From b34c82f830c60efcf5b1eb347d583c77520a737d Mon Sep 17 00:00:00 2001 From: maciek Date: Mon, 6 Mar 2023 23:21:39 +0100 Subject: [PATCH] chore: make footer lower buttons floating over table rows - fix lint error --- libs/withdraws/src/lib/withdrawals-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/withdraws/src/lib/withdrawals-table.tsx b/libs/withdraws/src/lib/withdrawals-table.tsx index af0075472..daa7da157 100644 --- a/libs/withdraws/src/lib/withdrawals-table.tsx +++ b/libs/withdraws/src/lib/withdrawals-table.tsx @@ -1,4 +1,4 @@ -import { useCallback, useRef } from 'react'; +import { useRef } from 'react'; import type { AgGridReact } from 'ag-grid-react'; import { AgGridColumn } from 'ag-grid-react'; import {