Skip to content

Commit

Permalink
(add) show error conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
gabitoesmiapodo committed Mar 11, 2019
1 parent b91b27b commit 9bf2b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/marketplace/buy_sell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class BuySell extends React.Component<Props, State> {
</Button>
</Content>
</BuySellWrapper>
<ErrorCard text={errorsBuySell.ethLack} icon={ErrorIcons.Sad} />
{txError ? <ErrorCard text={errorsBuySell.ethLack} icon={ErrorIcons.Sad} /> : null}
</>
);
};
Expand Down

0 comments on commit 9bf2b1f

Please sign in to comment.