Skip to content

Commit

Permalink
fix: RadioGroupOptionsModal for multipliers options in all languages (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
maryia-deriv committed Apr 5, 2023
1 parent 378460f commit f70bf56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const RadioGroupOptionsModal = ({
title={modal_title}
>
<Div100vhContainer className='mobile-widget-dialog__wrapper' max_autoheight_offset='48px'>
{modal_title.toLowerCase() === 'multiplier' ? (
{modal_title === localize('Multiplier') ? (
<MultiplierOptions toggleModal={toggleModal} />
) : (
<RadioGroupWithInfoMobile
Expand Down

0 comments on commit f70bf56

Please sign in to comment.