Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Oct 14, 2024
1 parent 6c390c0 commit a3ffa4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class PaginationRootState {
snippetProps = $derived.by(() => ({
pages: this.pages,
range: this.range,
currentPage: this.page.current
currentPage: this.page.current,
}));

props = $derived.by(
Expand Down

0 comments on commit a3ffa4e

Please sign in to comment.