Tidy, tidy

This commit is contained in:
Tom Moor
2018-08-10 00:11:58 -07:00
parent 2f681b1ce8
commit 266b4d735c
4 changed files with 36 additions and 43 deletions

View File

@@ -163,7 +163,7 @@ class DocumentsStore extends BaseStore {
@action
fetchOwned = async (options: ?PaginationParams): Promise<*> => {
await this.fetchPage('owned', options);
await this.fetchPage('list', options);
};
@action