Skip to content

Commit

Permalink
Added number of cards for BVI
Browse files Browse the repository at this point in the history
  • Loading branch information
hirad-deriv committed Jun 28, 2022
1 parent eae2353 commit 3f035be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cfd/src/Containers/jurisdiction-modal-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const JurisdictionModalContent = ({
return (
<>
<div className='cfd-jurisdiction-card__wrapper'>
{!is_eu && (
{!is_eu && number_of_cards >= 1 && (
<div
className={classNames('cfd-jurisdiction-card', {
'cfd-jurisdiction-card--selected': jurisdiction_selected_card === 'BVI',
Expand Down

0 comments on commit 3f035be

Please sign in to comment.