Skip to content

Commit

Permalink
fix: paginate portfolio NFTs page
Browse files Browse the repository at this point in the history
  • Loading branch information
josheleonard committed May 23, 2024
1 parent 3ee579e commit c14f1cf
Show file tree
Hide file tree
Showing 10 changed files with 303 additions and 177 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

import * as React from 'react'

// types
import { NftDropdownOptionId } from '../../../../../../constants/types'

// styles
import {
DropdownButton,
Expand All @@ -16,8 +19,6 @@ import {
DropdownContainer
} from './nft-group-selector.styles'

export type NftDropdownOptionId = 'collected' | 'hidden'

export interface NftDropdownOption {
id: NftDropdownOptionId
label: string
Expand Down
Loading

0 comments on commit c14f1cf

Please sign in to comment.