Fix error not showing on webpage
This commit is contained in:
parent
60b150e1e6
commit
353771b15e
|
@ -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" ?
|
||||
|
|
Loading…
Reference in a new issue