1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00

Fix loading indication for conf-tx view

This commit is contained in:
Dan Finlay 2017-02-28 22:12:31 -08:00
parent f162a11585
commit 6f598570d8

View File

@ -49,7 +49,7 @@ ConfirmTxScreen.prototype.render = function () {
var isNotification = isPopupOrNotification() === 'notification'
log.info(`rendering a combined ${unconfTxList.length} unconf msg & txs`)
if (unconfTxList.length === 0) return h(Loading)
if (unconfTxList.length === 0) return h(Loading, { isLoading: true })
return (