Skip to content

Commit 09e9553

Browse files
authored
Remove unused props from OutOfOfficeEntriesList
Removed unnecessary props from the data table component.
1 parent 48927e6 commit 09e9553

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/web/modules/settings/outOfOffice/OutOfOfficeEntriesList.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,6 @@ function OutOfOfficeEntriesListContent({
366366
rowClassName={selectedTab === OutOfOfficeTab.MINE ? "hidden" : ""}
367367
table={table}
368368
isPending={isPending}
369-
hasNextPage={hasNextPage}
370-
fetchNextPage={fetchNextPage}
371-
isFetching={isFetching}
372369
totalRowCount={totalRowCount}
373370
tableContainerRef={tableContainerRef}
374371
paginationMode="standard"

0 commit comments

Comments
 (0)