mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
fix: error in user card if no user desc
This commit is contained in:
parent
cdcdc457df
commit
38b3e0f14c
@ -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…
Reference in New Issue
Block a user