fix: don't show 0 if there is no description (#290)
This commit is contained in:
parent
f129ef4e21
commit
9a608ee5c8
@ -150,7 +150,7 @@ export default function ProfilePage() {
|
||||
|
||||
function bio() {
|
||||
return (
|
||||
aboutText.length && (
|
||||
aboutText.length > 0 && (
|
||||
<div dir="auto" className="details">
|
||||
{about}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user