1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 09:23:13 +01:00

Small cosmetic changes

This commit is contained in:
Brett Sun 2016-01-18 10:17:49 +01:00
parent 08cc88c699
commit bc17dd4bad
2 changed files with 8 additions and 9 deletions

View File

@ -142,7 +142,6 @@ class EditionListStore {
}
onToggleEditionList(pieceId) {
this.isEditionListOpenForPieceId[pieceId] = {
show: this.isEditionListOpenForPieceId[pieceId] ? !this.isEditionListOpenForPieceId[pieceId].show : true
};