diff --git a/components/dashboard/src/components/PrebuildLogs.tsx b/components/dashboard/src/components/PrebuildLogs.tsx index a4a087759c1f3e..8162c4b7956c99 100644 --- a/components/dashboard/src/components/PrebuildLogs.tsx +++ b/components/dashboard/src/components/PrebuildLogs.tsx @@ -31,7 +31,7 @@ export default function PrebuildLogs(props: PrebuildLogsProps) { useEffect(() => { const prebuilds = await getGitpodService().server.findPrebuilds({ - projectId: + projectId: }) }, [props.prebuildID])