Cleanup code
This commit is contained in:
parent
55ebc1c634
commit
507cfebd48
|
@ -27,8 +27,6 @@ export const AuthorsList = (props: Props) => {
|
|||
|
||||
const fetchAuthors = async (queryType: Props['query'], page: number) => {
|
||||
setLoading(true)
|
||||
|
||||
console.log('!!! AAA:')
|
||||
const offset = PAGE_SIZE * page
|
||||
const result = await apiClient.loadAuthorsBy({
|
||||
by: { order: queryType },
|
||||
|
|
Loading…
Reference in New Issue
Block a user