Skip to content

Commit 7cafc33

Browse files
committed
Fix type
1 parent cd72d27 commit 7cafc33

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/web/app/src/pages/target-apps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ function TargetAppsView(props: {
258258
</div>
259259
</div>
260260
) : !data.data?.target?.latestSchemaVersion ? (
261-
<NoSchemaVersion projectType={data.data?.target?.project?.type} />
261+
<NoSchemaVersion projectType={data.data?.target?.project?.type ?? null} />
262262
) : !data.data.target.appDeployments ? (
263263
<EmptyList
264264
title="Hive is waiting for your first app deployment"

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)