From 3b27fe13567271613b1dee8fd705452fc594e45c Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Tue, 16 Aug 2016 14:07:42 -0700 Subject: Add recent conversion date. --- ui/app/config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/app/config.js b/ui/app/config.js index 620e54069..154e0aec5 100644 --- a/ui/app/config.js +++ b/ui/app/config.js @@ -101,8 +101,12 @@ ConfigScreen.prototype.render = function () { function currentConversionInformation (metamaskState, state) { var currentFiat = metamaskState.currentFiat + var conversionDate = metamaskState.conversionDate + console.log(conversionDate) + console.log("This is the current date") return h('div', [ h('span', {style: { fontWeight: 'bold', paddingRight: '10px'}}, 'Current Conversion'), + h('span', {style: { fontWeight: 'bold', paddingRight: '10px', fontSize: '13px'}}, `Updated ${Date(conversionDate)}`), h('select#currentFiat', { onChange (event) { event.preventDefault() -- cgit v1.2.3