From 81aa052a8a4d80eae36fc3a59eef01ed9515d2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Fri, 25 Sep 2015 09:53:52 +0200 Subject: [PATCH] Fix load piece method in WalletPieceContainer --- .../components/ascribe_detail/wallet_piece_container.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/js/components/whitelabel/wallet/components/ascribe_detail/wallet_piece_container.js b/js/components/whitelabel/wallet/components/ascribe_detail/wallet_piece_container.js index fa049a6f..5503f68b 100644 --- a/js/components/whitelabel/wallet/components/ascribe_detail/wallet_piece_container.js +++ b/js/components/whitelabel/wallet/components/ascribe_detail/wallet_piece_container.js @@ -2,7 +2,6 @@ import React from 'react'; - import Piece from '../../../../../components/ascribe_detail/piece'; import WalletActionPanel from './wallet_action_panel'; @@ -14,10 +13,10 @@ import Note from '../../../../ascribe_detail/note'; import DetailProperty from '../../../../ascribe_detail/detail_property'; import ApiUrls from '../../../../../constants/api_urls'; +import AppConstants from '../../../../../constants/application_constants'; import { getLangText } from '../../../../../utils/lang_utils'; -import { mergeOptions } from '../../../../../utils/general_utils'; -import AppConstants from '../../../../../constants/application_constants'; + let WalletPieceContainer = React.createClass({ @@ -34,7 +33,7 @@ let WalletPieceContainer = React.createClass({ return (
@@ -54,7 +53,7 @@ let WalletPieceContainer = React.createClass({