Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 17c3604

Browse files
author
alamin-deriv
committed
handle MX account users social icons
1 parent 5668791 commit 17c3604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/app/common/country_base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const isEuCountry = () => {
1919
};
2020

2121
const isIndonesia = () => State.getResponse('website_status.clients_country') === 'id';
22-
const isUKCountry = () => State.getResponse('website_status.clients_country') === 'gb';
22+
const isUKCountry = () => State.getResponse('website_status.clients_country') === 'gb' || Client.get('residence') === 'gb';
2323

2424
const isExcludedFromCfd = () => {
2525
const cfd_excluded_regex = new RegExp('^fr$');

0 commit comments

Comments
 (0)