Skip to content

Commit 88692bb

Browse files
[autofix.ci] apply automated fixes
1 parent 50adc52 commit 88692bb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

app/components/PaginationControls.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,7 @@ function handlePageSizeChange(event: Event) {
208208
:disabled="isPageButtonDisabled(page)"
209209
class="min-w-[32px] h-8 px-2 font-mono text-sm rounded transition-colors duration-200 focus-visible:(ring-2 ring-fg ring-offset-1) disabled:(opacity-40 cursor-not-allowed)"
210210
:class="
211-
page === currentPage
212-
? 'bg-fg text-bg'
213-
: 'text-fg-muted hover:(text-fg bg-bg-muted)'
211+
page === currentPage ? 'bg-fg text-bg' : 'text-fg-muted hover:(text-fg bg-bg-muted)'
214212
"
215213
:aria-current="page === currentPage ? 'page' : undefined"
216214
@click="goToPage(page)"

0 commit comments

Comments
 (0)