Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
easyCZ committed Mar 16, 2022
1 parent ef5c274 commit 5573078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/components/PrebuildLogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function PrebuildLogs(props: PrebuildLogsProps) {

useEffect(() => {
const prebuilds = await getGitpodService().server.findPrebuilds({
projectId:
projectId:
})
}, [props.prebuildID])

Expand Down

0 comments on commit 5573078

Please sign in to comment.