Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fixes disappearing publishers
Browse files Browse the repository at this point in the history
Resolves #13102

Auditors:

Test Plan:
  • Loading branch information
NejcZdovc committed Feb 12, 2018
1 parent 28c7db0 commit d64291c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/browser/api/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,10 @@ const pageDataChanged = (state, viewData = {}, keepInfo = false) => {
publisherKey = null
}

if (publisherKey) {
publisher = ledgerState.getPublisher(state, publisherKey)
}

state = ledgerState.setLocationProp(state, info.get('key'), 'publisher', publisherKey)
}

Expand Down

0 comments on commit d64291c

Please sign in to comment.