1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Fixed lint error

This commit is contained in:
Koh Wei Jie 2018-06-28 08:06:36 +08:00
parent cd90e8a869
commit f17d99f81c

View File

@ -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', {}, [