mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
Fix spacing
This commit is contained in:
parent
d609d1da9b
commit
9c8ba1bb1f
@ -108,10 +108,7 @@ class EditionListStore {
|
||||
pieceEditionList.length = 0;
|
||||
|
||||
EditionsListActions
|
||||
.fetchEditionList(pieceId, 1, pageSize,
|
||||
orderBy,
|
||||
orderAsc,
|
||||
filterBy, maxSeen)
|
||||
.fetchEditionList(pieceId, 1, pageSize, orderBy, orderAsc, filterBy, maxSeen)
|
||||
.catch(console.logGlobal);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user