1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 08:37:59 +02:00

Merge with master

This commit is contained in:
Brett Sun 2015-12-08 16:27:03 +01:00
commit d609d1da9b

View File

@ -93,7 +93,7 @@ class EditionListStore {
// If he then tries to delete a piece/edition and this method is called,
// we'll not be able to refresh his edition list since its not yet there.
// Therefore we can just return, since there is no data to be refreshed
if (!pieceEditionList) {
if(!this.editionList[pieceId]) {
return;
}