mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
Fixed lint error
This commit is contained in:
parent
cd90e8a869
commit
f17d99f81c
@ -35,7 +35,7 @@ TypedMessageRenderer.prototype.render = function () {
|
||||
function renderTypedData (values) {
|
||||
return values.map(function (value) {
|
||||
let v = value.value
|
||||
if (typeof v === "boolean") {
|
||||
if (typeof v === 'boolean') {
|
||||
v = v.toString()
|
||||
}
|
||||
return h('div', {}, [
|
||||
|
Loading…
Reference in New Issue
Block a user