Skip to content

Commit

Permalink
chore: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Jan 9, 2024
1 parent 9ba4798 commit d7fcfc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composables/paginator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export function usePaginator<T, P, U = T>(
// called `next` method will mutate the internal state of the variable,
// and we need its initial state after HMR
// so clone it

const paginator = _paginator.clone()

const state = ref<PaginatorState>(isHydrated.value ? 'idle' : 'loading')
Expand Down

0 comments on commit d7fcfc9

Please sign in to comment.