Compare commits

..

No commits in common. "7b24fc381d30aa2faafec442fe9067e2a699e9ac" and "2a38cd8bc3e70c6347c868a90be47e6e3f7af0a0" have entirely different histories.

2 changed files with 5 additions and 9 deletions

View File

@ -42,8 +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>
<em>{entry.c}</em>
{entry.a && !nonClickable && (
<i
onClick={handlePlayStorageAudio}
@ -52,12 +51,10 @@ function Entry({
/>
)}
</div>
<div>
<ExtraEntryInfo entry={entry} textOptions={textOptions} />
<dd>
<div className="entry-definition">{entry.e}</div>
</dd>
</div>
<ExtraEntryInfo entry={entry} textOptions={textOptions} />
<dd>
<div className="entry-definition">{entry.e}</div>
</dd>
</div>
);
}

View File

@ -19,7 +19,6 @@ const fillerWords = [
"a",
"the",
"Arabic",
"Urdu",
"plural",
"verb",
"stem",