mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-08 09:13:41 +00:00
correct typo
This commit is contained in:
parent
eb28572788
commit
c8e66dfe23
@ -8,7 +8,7 @@ try {
|
||||
// Flexbox
|
||||
var elTest = document.createElement('div');
|
||||
elTest.style.display = 'flex';
|
||||
if (elTesdt.style.display !== 'flex') {
|
||||
if (elTest.style.display !== 'flex') {
|
||||
badBrowser = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user