Skip to content

Commit

Permalink
fix: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 committed Mar 16, 2023
1 parent f1d9ba1 commit 173926f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/storefront/src/pages/quote/components/QuoteTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ import {
B3PaginationTable,
} from '@/components/table/B3PaginationTable'

import {
useMobile,
} from '@/hooks'

import QuoteTableCard from './QuoteTableCard'

import {
Expand Down Expand Up @@ -135,8 +131,6 @@ const StyledTextField = styled(TextField)(() => ({
}))

const QuoteTable = (props: ShoppingDetailTableProps, ref: Ref<unknown>) => {
const [isMobile] = useMobile()

const {
total,
currencyToken,
Expand Down

0 comments on commit 173926f

Please sign in to comment.