From 11d32944eb26f1ee3ef6b3038ea5c09eec799c91 Mon Sep 17 00:00:00 2001 From: Slavcho Ivanov Date: Wed, 17 Jan 2024 12:03:25 +0200 Subject: [PATCH] Fix the formatting of the donation's Grid.tsx. An extra new line needed to be removed. --- src/components/admin/donations/grid/Grid.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/admin/donations/grid/Grid.tsx b/src/components/admin/donations/grid/Grid.tsx index 539073350..a91999c43 100644 --- a/src/components/admin/donations/grid/Grid.tsx +++ b/src/components/admin/donations/grid/Grid.tsx @@ -31,7 +31,6 @@ import RefundModal from '../modals/RefundModal' import { DonationStatus, PaymentProvider } from '../../../../gql/donations.enums' import { useSession } from 'next-auth/react' - interface RenderCellProps { params: GridRenderCellParams }