From be5668fc5318c9b5fff5c82d62db4ec12c27393f Mon Sep 17 00:00:00 2001 From: pbca26 Date: Thu, 11 May 2017 20:36:49 +0300 Subject: [PATCH] removed unused code in sendCoin --- react/src/components/dashboard/sendCoin.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/react/src/components/dashboard/sendCoin.js b/react/src/components/dashboard/sendCoin.js index d4c5e22..17af181 100644 --- a/react/src/components/dashboard/sendCoin.js +++ b/react/src/components/dashboard/sendCoin.js @@ -139,16 +139,18 @@ class SendCoin extends React.Component { -
-
- Split funds -
-
); } else { return null; } + /* +
+
+ Split funds +
+
+ */ } renderAddressAmount(address) {