1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

More linting

This commit is contained in:
Dan Finlay 2016-08-22 17:37:16 -07:00
parent 17f3f90d80
commit 5d24621b56
2 changed files with 1 additions and 4 deletions

View File

@ -26,8 +26,6 @@ function ShiftListItem () {
}
ShiftListItem.prototype.render = function () {
var props = this.props
const { response } = props
return (
h('.transaction-list-item.flex-row', {

View File

@ -1,7 +1,6 @@
const Component = require('react').Component
const h = require('react-hyperscript')
const inherits = require('util').inherits
const genAccountLink = require('../../lib/account-link')
const TransactionListItem = require('./transaction-list-item')
@ -14,7 +13,7 @@ function TransactionList () {
}
TransactionList.prototype.render = function () {
const { txsToRender, network, unconfMsgs, address } = this.props
const { txsToRender, network, unconfMsgs } = this.props
var shapeShiftTxList
if (network === '1') {
shapeShiftTxList = this.props.shapeShiftTxList