Skip to content

Commit

Permalink
Fix wrappped tokens warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Nov 14, 2022
1 parent 7c2ab40 commit a373240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/WidgetBody/WidgetBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ export default function WidgetBody(props) {
</Collapse>
<Collapse in={
props.operationType !== OperationType.unwrap &&
!props.expandedFrom &&
!props.expandedTo &&
!props.expandedTokens &&
!expandedFrom &&
!expandedTo &&
!expandedTokens &&
!wrapTransferAction
}>
<WrappedTokensWarning
Expand Down

0 comments on commit a373240

Please sign in to comment.