aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/config.js4
1 files changed, 4 insertions, 0 deletions
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()