Skip to content

Commit 65b2735

Browse files
committed
fixup! Run prettier
1 parent 8d88734 commit 65b2735

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

site/src/components/WorkspaceStats/WorkspaceStats.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ export interface WorkspaceStatsProps {
2525
handleUpdate: () => void
2626
}
2727

28-
export const WorkspaceStats: FC<React.PropsWithChildren<WorkspaceStatsProps>> = ({
29-
workspace,
30-
handleUpdate,
31-
}) => {
28+
export const WorkspaceStats: FC<WorkspaceStatsProps> = ({ workspace, handleUpdate }) => {
3229
const styles = useStyles()
3330
const theme = useTheme()
3431
const initiatedBy = getDisplayWorkspaceBuildInitiatedBy(workspace.latest_build)

0 commit comments

Comments
 (0)