From 1a5e2a86404ad39d22b9e730d992f2dba3bb4d36 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Tue, 29 Jul 2025 09:42:40 +0330 Subject: [PATCH] button delete all --- src/pages/Trash/List.tsx | 20 +++++++++++++------- src/pages/spam/List.tsx | 20 +++++++++++++------- 2 files changed, 26 insertions(+), 14 deletions(-) diff --git a/src/pages/Trash/List.tsx b/src/pages/Trash/List.tsx index 464ec08..35ded80 100644 --- a/src/pages/Trash/List.tsx +++ b/src/pages/Trash/List.tsx @@ -146,12 +146,6 @@ const List: FC = () => { className={`cursor-pointer min-w-[18px] ${isFetching ? 'animate-spin-reverse' : ''}`} onClick={() => refetch()} /> - + { className={`cursor-pointer min-w-[18px] ${isFetching ? 'animate-spin-reverse' : ''}`} onClick={() => refetch()} /> - +