1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
This commit is contained in:
Jenny Pollack 2018-06-06 22:08:32 -07:00
parent 01a1eff8a8
commit fd8bcc9cb1

View File

@ -21,7 +21,7 @@ async function getFirstPreferredLangCode () {
// safeguard for Brave Browser until they implement chrome.i18n.getAcceptLanguages
// https://github.com/MetaMask/metamask-extension/issues/4270
if(!userPreferredLocaleCodes){
if (!userPreferredLocaleCodes){
userPreferredLocaleCodes = []
}