From f93fd4a1ba6ffdc0b18b255c0aeeae3e97ca3c3e Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Sun, 28 Apr 2019 14:06:37 -0400 Subject: [PATCH] fix: header links and allocation warning --- app/js/components/Header.js | 6 +++--- app/js/components/Withdrawal.js | 6 +++--- config/contracts.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/js/components/Header.js b/app/js/components/Header.js index ca9f9b5..40fb9f5 100644 --- a/app/js/components/Header.js +++ b/app/js/components/Header.js @@ -6,7 +6,7 @@ import logo from '../../images/logo.png'; const Header = ({ isUserAdmin }) => ( - + Logo Status Meritocracy @@ -14,8 +14,8 @@ const Header = ({ isUserAdmin }) => ( {isUserAdmin && ( )} diff --git a/app/js/components/Withdrawal.js b/app/js/components/Withdrawal.js index 52ac800..378e4b7 100644 --- a/app/js/components/Withdrawal.js +++ b/app/js/components/Withdrawal.js @@ -56,12 +56,12 @@ const Withdrawal = ({ totalReceived, allocation, onClick, contributorList, prais Withdraw

- - {allocation !== '0' && ( + + {parseInt(allocation, 10) > 0 && (

- Your budget wasn’t fullly rewarded to others. Note that you can only withdraw your own reward if you’ve spend + Your budget wasn’t fully rewarded to others. Note that you can only withdraw your own reward if you’ve spend your full budget to reward others.

diff --git a/config/contracts.js b/config/contracts.js index f636fa4..8cd2a1e 100644 --- a/config/contracts.js +++ b/config/contracts.js @@ -8,7 +8,7 @@ function getContributors () { return addresses; } -const OG_IPFS_HASH = '0x516d617555364a6b66767038756a44444259784b3553797a58325831635842616642344259584e6838514d4b6e31'; +const OG_IPFS_HASH = '0x516d5968703543324c75646d45333239436d41594671625767733869577036625177396355714576544742356163'; module.exports = { // default applies to all environments