mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
fix(front): conditionally render title in BaseCard component to prevent display issues when title is not provided
This commit is contained in:
@@ -8,7 +8,7 @@ const router = useRouter()
|
||||
|
||||
<template>
|
||||
<div class="rounded-xl p-5 bg-white/50 backdrop-blur-xl w-full lg:w-200">
|
||||
<div class="flex flex-row justify-between">
|
||||
<div v-if="title" class="flex flex-row justify-between">
|
||||
<h1 class="text-xl font-normal">{{ title }}</h1>
|
||||
<Button
|
||||
v-if="!!showBackButton"
|
||||
|
||||
Reference in New Issue
Block a user