Added sort by last read (#254)
This commit is contained in:
@@ -205,6 +205,7 @@ export default function SourceMangas(props: { popular: boolean }) {
|
||||
inLibrary: it.inLibrary,
|
||||
genre: it.genre,
|
||||
inLibraryAt: it.inLibraryAt,
|
||||
lastReadAt: it.lastReadAt,
|
||||
})),
|
||||
]);
|
||||
setHasNextPage(data.hasNextPage);
|
||||
|
||||
Reference in New Issue
Block a user