Skip to content

Commit

Permalink
Update components/dashboard/src/projects/Prebuild.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Keromnes <jan.keromnes@typefox.io>
  • Loading branch information
2 people authored and roboquat committed Mar 29, 2022
1 parent c5aeb2e commit 3d4e0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/projects/Prebuild.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default function () {
/>
</div>
<div className="h-20 px-6 bg-gray-50 dark:bg-gray-800 border-t border-gray-200 dark:border-gray-600 flex space-x-2">
{prebuildInstance && <PrebuildStatus prebuild={prebuild!} />}
{prebuild && <PrebuildStatus prebuild={prebuild} />}
<div className="flex-grow" />
{prebuild?.status === "aborted" || prebuild?.status === "timeout" || !!prebuild?.error ? (
<button
Expand Down

0 comments on commit 3d4e0e4

Please sign in to comment.