Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Update src/components/TokenPairSelector/TokenPairSelector.stories.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Velenir <Velenir@users.noreply.github.com>
  • Loading branch information
fairlighteth and Velenir committed Nov 17, 2020
1 parent 50cb3e8 commit 4202f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export default {
decorators: [RouterDecorator, GlobalStyles],
} as Meta

export const Normal: React.FC = () => <TokenPairSelector selectedPair="ETH/USDC" selectLabel="Select Pair" />
export const Normal: Story = () => <TokenPairSelector selectedPair="ETH/USDC" selectLabel="Select Pair" />

0 comments on commit 4202f12

Please sign in to comment.