Skip to content

Commit

Permalink
Merge pull request #74 from ameerul-deriv/P2PS-1927-unabled-to-place-…
Browse files Browse the repository at this point in the history
…buy-sell-order

[P2PS] Ameerul /P2PS-1927 Unable to place buy/sell order from the advertiser page both in web and responsive view
  • Loading branch information
farrah-deriv committed Nov 16, 2023
2 parents f46550b + b9c5fec commit e5149e5
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 322 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type TBuySellModalErrorProps = {
};

const BuySellModalError = ({ error_message, show_low_balance_message }: TBuySellModalErrorProps) => {
if (error_message) {
if (error_message || show_low_balance_message) {
return (
<div className='buy-sell-modal-error'>
<HintBox
Expand Down
Loading

0 comments on commit e5149e5

Please sign in to comment.