weird issue with entry component

This commit is contained in:
adueck 2024-05-17 11:50:59 -04:00
parent 0138e5e485
commit 7b24fc381d
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ function Entry({
<InlinePs opts={textOptions}>{{ p: entry.p, f: entry.f }}</InlinePs>
</dt>
{` `}
{/* Can't figure out why but the <em> here can't be empty */}
<em>{entry.c || "\u00A0"}</em>
{entry.a && !nonClickable && (
<i