File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Button from "@material-ui/core/Button"
2
2
import Link from "@material-ui/core/Link"
3
3
import { makeStyles } from "@material-ui/core/styles"
4
4
import ComputerIcon from "@material-ui/icons/Computer"
5
- import { FC } from "react"
5
+ import { FC , PropsWithChildren } from "react"
6
6
import * as TypesGen from "../../api/typesGenerated"
7
7
import { generateRandomString } from "../../util/random"
8
8
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ interface StyleProps {
6
6
highlight ?: boolean
7
7
}
8
8
9
- export const TableCellData : React . FC < React . PropsWithChildren < unknown > > = ( { children } ) => {
9
+ export const TableCellData : React . FC < React . ReactNode > = ( { children } ) => {
10
10
return < Stack spacing = { 0 } > { children } </ Stack >
11
11
}
12
12
Original file line number Diff line number Diff line change
1
+ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
+ # yarn lockfile v1
3
+
4
+
You can’t perform that action at this time.
0 commit comments