Config files for my server. Except not my secrets

Hide brackets if no statusphere

vielle.dev b4d7ed4e 619337ee

verified
Changed files
+1 -1
landing
+1 -1
landing/landing.ts
··· 85 async (x) => 86 ` 87 - ${await x.display} 88 - ${await x.handle} (${(await x.statusphere) ?? ""}) 89 ${x.did}` 90 ) 91 )
··· 85 async (x) => 86 ` 87 - ${await x.display} 88 + ${await x.handle} ${(await x.statusphere) ? `(${await x.statusphere})` : ""} 89 ${x.did}` 90 ) 91 )