Skip to content

Commit 0ef0895

Browse files
committed
Test
1 parent 4089521 commit 0ef0895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/05-generics/39-generic-props.solution.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Equal, Expect } from "../helpers/type-utils";
33

44
interface TableProps<T> {
55
rows: T[];
6-
renderRow: (row: T) => ReactNode;
6+
rendw: (row: T) => ReactNode;
77
}
88

99
/**

0 commit comments

Comments
 (0)