We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c746a5b + 7977d44 commit d485f23Copy full SHA for d485f23
components/modules/upgrade/UpgradeOverview.vue
@@ -201,7 +201,7 @@ onMounted(() => {
201
</NuxtLink>
202
</Flex>
203
204
- <Flex direction="column" gap="6" :class="$style.key_value">
+ <Flex v-if="upgrade.title" direction="column" gap="6" :class="$style.key_value">
205
<Text size="13" weight="600" color="primary"> {{ upgrade.title }} </Text>
206
207
<Flex direction="column" gap="4">
0 commit comments