mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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) {
|
function renderTypedData (values) {
|
||||||
return values.map(function (value) {
|
return values.map(function (value) {
|
||||||
let v = value.value
|
let v = value.value
|
||||||
if (typeof v === "boolean") {
|
if (typeof v === 'boolean') {
|
||||||
v = v.toString()
|
v = v.toString()
|
||||||
}
|
}
|
||||||
return h('div', {}, [
|
return h('div', {}, [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user