Skip to content

Commit

Permalink
Merge branch 'master' into farzin/94405/deriv_p2p_tab_is_not_loading_…
Browse files Browse the repository at this point in the history
…for_first_time_login_in_mobile
  • Loading branch information
Farzin Mirzaie committed May 9, 2023
2 parents d43c5d4 + 2bdbc5c commit e4abc97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getCurrencyDisplayCode, getLocalizedBasis, isMobile, getGrowthRatePerce
import CancelDealInfo from './cancel-deal-info.jsx';

const ValueMovement = ({ has_error_or_not_loaded, proposal_info, currency, has_increased, is_vanilla }) => (
<div className={classNames({ 'strike--value-container': is_vanilla })}>
<div className='strike--value-container'>
<div className={classNames('trade-container__price-info-value', { 'strike--info': is_vanilla })}>
{!has_error_or_not_loaded && (
<Money
Expand Down

0 comments on commit e4abc97

Please sign in to comment.