Fix error not showing on webpage

This commit is contained in:
sienori 2022-08-30 23:44:29 +09:00
parent 60b150e1e6
commit 353771b15e

View file

@ -203,7 +203,7 @@ export default class TranslatePanel extends Component {
{splitLine(candidateText)}
</p>
{isError && (
<p className="simple-translate-error" style={candidateStyles}>
<p className="simple-translate-error">
{errorMessage}
<br />
<a href={translationApi === "google" ?