From 173926fa62674588b8090877bbc11d310118ffa5 Mon Sep 17 00:00:00 2001 From: "Brian.Jiang2021" Date: Thu, 16 Mar 2023 10:18:11 +0800 Subject: [PATCH] fix: remove redundant code --- apps/storefront/src/pages/quote/components/QuoteTable.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/storefront/src/pages/quote/components/QuoteTable.tsx b/apps/storefront/src/pages/quote/components/QuoteTable.tsx index 82eb19a7..0eee94da 100644 --- a/apps/storefront/src/pages/quote/components/QuoteTable.tsx +++ b/apps/storefront/src/pages/quote/components/QuoteTable.tsx @@ -32,10 +32,6 @@ import { B3PaginationTable, } from '@/components/table/B3PaginationTable' -import { - useMobile, -} from '@/hooks' - import QuoteTableCard from './QuoteTableCard' import { @@ -135,8 +131,6 @@ const StyledTextField = styled(TextField)(() => ({ })) const QuoteTable = (props: ShoppingDetailTableProps, ref: Ref) => { - const [isMobile] = useMobile() - const { total, currencyToken,