Skip to content

Commit

Permalink
Merge branch 'armando/grwth-3585-trending-mint-detail-page' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
r3lays committed Dec 1, 2023
2 parents 34a3444 + 7693f23 commit b73d606
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/rankings/MintRankingsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ const RankingsTableRow: FC<RankingsTableRowProps> = ({ mint, rank }) => {
const mintPrice = mint.mintPrice?.toString()

const sampleImages: string[] = mint?.sampleImages || []
const oneHourCount = mint?.oneHourCount
const sixHourCount = mint?.sixHourCount

if (isSmallDevice) {
return (
Expand Down

0 comments on commit b73d606

Please sign in to comment.