Skip to content

Commit d7c1b42

Browse files
committed
Fix type
1 parent c0da5e9 commit d7c1b42

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,7 @@ function TargetAppsView(props: {
258258
</div>
259259
</div>
260260
) : !data.data?.target?.latestSchemaVersion ? (
261-
<<<<<<< HEAD
262261
<NoSchemaVersion projectType={data.data?.target?.project?.type ?? null} />
263-
=======
264-
<NoSchemaVersion projectType={data.data?.target?.project?.type} />
265-
>>>>>>> b4163643d (feat: add directions for publishing on empty schema)
266262
) : !data.data.target.appDeployments ? (
267263
<EmptyList
268264
title="Hive is waiting for your first app deployment"

0 commit comments

Comments
 (0)