mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
pr review: fix indentation
This commit is contained in:
parent
f31d576583
commit
c4e372e72f
@ -82,9 +82,9 @@ class EditionListStore {
|
||||
|
||||
// refetch editions with adjusted page size
|
||||
EditionsListActions.fetchEditionList(pieceId, 1, prevEditionListLength,
|
||||
this.editionList[pieceId].orderBy,
|
||||
this.editionList[pieceId].orderAsc,
|
||||
this.editionList[pieceId].filterBy)
|
||||
this.editionList[pieceId].orderBy,
|
||||
this.editionList[pieceId].orderAsc,
|
||||
this.editionList[pieceId].filterBy)
|
||||
.then(() => {
|
||||
// reset back to the normal pageSize and page
|
||||
this.editionList[pieceId].page = prevEditionListPage;
|
||||
|
Loading…
Reference in New Issue
Block a user