Changes Done

This commit is contained in:
Devansh Bawari 2022-08-02 11:37:54 +05:30
parent 8af7989cac
commit 063e929b34
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ export default {
let results = response.data;
if (
!results.records.data.length &&
! results.records.data.length &&
results.records.prev_page_url
) {
self.url = results.records.prev_page_url;