diff --git a/js/components/ascribe_piece_list_bulk_modal/piece_list_bulk_modal.js b/js/components/ascribe_piece_list_bulk_modal/piece_list_bulk_modal.js index f5d97842..2a4d4301 100644 --- a/js/components/ascribe_piece_list_bulk_modal/piece_list_bulk_modal.js +++ b/js/components/ascribe_piece_list_bulk_modal/piece_list_bulk_modal.js @@ -137,7 +137,6 @@ let PieceListBulkModal = React.createClass({ } else { return null; } - } }); diff --git a/js/components/whitelabel/wallet/constants/wallet_api_urls.js b/js/components/whitelabel/wallet/constants/wallet_api_urls.js index 8f4543c7..87ee6b14 100644 --- a/js/components/whitelabel/wallet/constants/wallet_api_urls.js +++ b/js/components/whitelabel/wallet/constants/wallet_api_urls.js @@ -21,7 +21,7 @@ function getWalletApiUrls(subdomain) { } else if (subdomain === 'lumenus'){ return { - 'editions': walletConstants.walletApiEndpoint + subdomain + 'editions/', + 'editions': walletConstants.walletApiEndpoint + subdomain + '/editions/', 'pieces_list': walletConstants.walletApiEndpoint + subdomain + '/pieces/', 'user': walletConstants.walletApiEndpoint + subdomain + '/users/' };