Skip to content

Commit

Permalink
fix: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
thinhtran3 committed Nov 30, 2022
1 parent 86d34b3 commit 00215ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions pages/token/[token]/instance/[index].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ import * as Sentry from '@sentry/nextjs'
import { evmApi } from 'api'
import API_LIST from 'api/api_list'
import { AxiosError } from 'axios'
import CardInfo, { CardRowItem } from 'components/Card/CardInfo'
import Container from 'components/Container'
import Head from 'next/head'
import React, { useCallback } from 'react'
import React from 'react'
import { ellipseBetweenText, LinkMaker } from 'utils/helper'
import NftDetailTab from 'views/tokens/[instance]/NftDetailTab'
import NftOverview from 'views/tokens/[instance]/NftOverview'
Expand Down
6 changes: 1 addition & 5 deletions views/tokens/[instance]/tabs/NftProperties/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { PaginationLite } from '@astraprotocol/astra-ui'
import Row from 'components/Grid/Row'
import CardInfo, { CardRowItem } from 'components/Card/CardInfo'
import Empty from 'components/Typography/Empty'
import usePaginationLite from 'hooks/usePaginationLite'
import { useState, useCallback } from 'react'
import { useCallback } from 'react'

interface Props {
tokenData: TokenNFTMetadata
Expand Down

0 comments on commit 00215ac

Please sign in to comment.