Skip to content

Commit

Permalink
Merge pull request #539 from Cryptonomic/feat/533-typeError
Browse files Browse the repository at this point in the history
Feat/533 type error
  • Loading branch information
umurb authored Dec 18, 2018
2 parents ee4b906 + 17075e5 commit ab73e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/reduxContent/wallet/thunks.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export function importAddress(
delete identity.seed;
identity.order = jsIdentities.length + 1;
identity = createIdentity(identity);
if (activeTab === FUNDRAISER){
if (activating !== undefined) {
identity.transactions.push(
createTransaction({
kind: ACTIVATION,
Expand Down

0 comments on commit ab73e9a

Please sign in to comment.