mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix: error in user card if no user desc
This commit is contained in:
parent
cdcdc457df
commit
38b3e0f14c
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ const props = defineProps<{
|
|||
}>();
|
||||
|
||||
let isLong = $ref(
|
||||
props.detailed &&
|
||||
props.detailed && props.user.description &&
|
||||
(props.user.description.split("\n").length > 9 ||
|
||||
props.user.description.length > 400),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue