Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Oct 21, 2023
1 parent 7f7dfe2 commit fc3c98d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/client/src/hooks/shared/table/use-async-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ export function useAsyncTable<T>(options: Options<T>) {
...list,
sorting: sortingState,
noItemsAvailable: !isLoading && !error && list.items.length <= 0,
/** @deprecated */
// eslint-disable-next-line deprecation/deprecation
isInitialLoading: isLoading,
filters,
setFilters,
Expand Down

0 comments on commit fc3c98d

Please sign in to comment.