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> <InlinePs opts={textOptions}>{{ p: entry.p, f: entry.f }}</InlinePs>
</dt> </dt>
{` `} {` `}
{/* Can't figure out why but the <em> here can't be empty */} <em>{entry.c}</em>
<em>{entry.c || "\u00A0"}</em>
{entry.a && !nonClickable && ( {entry.a && !nonClickable && (
<i <i
onClick={handlePlayStorageAudio} onClick={handlePlayStorageAudio}
@ -52,12 +51,10 @@ function Entry({
/> />
)} )}
</div> </div>
<div> <ExtraEntryInfo entry={entry} textOptions={textOptions} />
<ExtraEntryInfo entry={entry} textOptions={textOptions} /> <dd>
<dd> <div className="entry-definition">{entry.e}</div>
<div className="entry-definition">{entry.e}</div> </dd>
</dd>
</div>
</div> </div>
); );
} }

View File

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