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) => {
|
const fetchAuthors = async (queryType: Props['query'], page: number) => {
|
||||||
setLoading(true)
|
setLoading(true)
|
||||||
|
|
||||||
console.log('!!! AAA:')
|
|
||||||
const offset = PAGE_SIZE * page
|
const offset = PAGE_SIZE * page
|
||||||
const result = await apiClient.loadAuthorsBy({
|
const result = await apiClient.loadAuthorsBy({
|
||||||
by: { order: queryType },
|
by: { order: queryType },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user