Skip to content

Commit

Permalink
fix: show fallback token step when present
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Apr 27, 2023
1 parent 1d1833c commit 8a19cb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/widget/src/components/Token/Token.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ export const Token: React.FC<TokenProps & BoxProps> = ({ token, ...other }) => {

export const TokenFallback: React.FC<TokenProps & BoxProps> = ({
token,
connected,
step,
disableDescription,
isLoading,
...other
}) => {
Expand Down

0 comments on commit 8a19cb8

Please sign in to comment.