Skip to content

Commit

Permalink
refactor: roll into v-else
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Jan 8, 2025
1 parent 5db82c2 commit e665593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/components/CreateDeploymentProgress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ onMounted(() => deploy());
<UiButton v-if="!completed" class="mt-4" @click="emit('back')">
Go back
</UiButton>
<div v-if="completed" class="mt-4">
<div v-else class="mt-4">
You can now access your space
<AppLink
:to="{
Expand Down

0 comments on commit e665593

Please sign in to comment.