Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-02 12:10:39 +08:00
parent e56e216c59
commit 459d7cb9f1
8 changed files with 54 additions and 53 deletions

View File

@@ -240,16 +240,15 @@ class UserInfoCard extends StatelessWidget {
),
),
),
if (!card.spaceTag.isNullOrEmpty)
...card.spaceTag!.map(
(item) => Text(
item.title ?? '',
style: TextStyle(
fontSize: 12,
color: theme.colorScheme.outline,
),
...?card.spaceTag?.map(
(item) => Text(
item.title ?? '',
style: TextStyle(
fontSize: 12,
color: theme.colorScheme.outline,
),
),
),
],
),
),