Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d88734 commit 65b2735Copy full SHA for 65b2735
site/src/components/WorkspaceStats/WorkspaceStats.tsx
@@ -25,10 +25,7 @@ export interface WorkspaceStatsProps {
25
handleUpdate: () => void
26
}
27
28
-export const WorkspaceStats: FC<React.PropsWithChildren<WorkspaceStatsProps>> = ({
29
- workspace,
30
- handleUpdate,
31
-}) => {
+export const WorkspaceStats: FC<WorkspaceStatsProps> = ({ workspace, handleUpdate }) => {
32
const styles = useStyles()
33
const theme = useTheme()
34
const initiatedBy = getDisplayWorkspaceBuildInitiatedBy(workspace.latest_build)
0 commit comments