Skip to content

Commit

Permalink
Merge pull request #13 from yyywang/main
Browse files Browse the repository at this point in the history
fix: first page More btn errors
  • Loading branch information
tkzt authored Jul 21, 2024
2 parents 42cff45 + bc4fff4 commit 733cce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/views/FineWeather.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div class="
c-gray-600 dark:c-gray-200 cursor-pointer
rd-2 py-1 px-2 simple-btn
" @click="loadMore" v-else-if="currPage < totalPages">
" @click="loadMore" v-else-if="currPage <= totalPages">
More
</div>
<div class="c-gray-600 dark:c-gray-200 py-1" v-else>
Expand Down

0 comments on commit 733cce4

Please sign in to comment.