Skip to content

Commit fe8b7de

Browse files
committed
fix: comment
1 parent a223295 commit fe8b7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PaginatedTable/PaginatedTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const PaginatedTable = <T, F>({
9999
[onDataFetched, setFoundEntities, setIsInitialLoad, setTotalEntities],
100100
);
101101

102-
// Reset table on initialize and filters change
102+
// Reset table on initialization and filters change
103103
React.useLayoutEffect(() => {
104104
const defaultTotal = initialEntitiesCount || 0;
105105
const defaultFound = initialEntitiesCount || 1;

0 commit comments

Comments
 (0)