Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Yuan committed Nov 14, 2023
1 parent 0a32f94 commit d5d5ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Selection/DictCont.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function DictCont({ dictResult }) {
{dictResult.simple_means?.symbols?.map(({ ph_en, ph_am, parts }, idx) => (
<div key={idx}>
{(ph_en || ph_am) && (
<div>{`英/${ph_en || ""}/ 美/${ph_am || ""}/`}</div>
<div>{`英 /${ph_en || ""}/ 美 /${ph_am || ""}/`}</div>
)}
<ul style={{ margin: "0.5em 0" }}>
{parts.map(({ part, means }, idx) => (
Expand Down

0 comments on commit d5d5ec3

Please sign in to comment.