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)}
|
{splitLine(candidateText)}
|
||||||
</p>
|
</p>
|
||||||
{isError && (
|
{isError && (
|
||||||
<p className="simple-translate-error" style={candidateStyles}>
|
<p className="simple-translate-error">
|
||||||
{errorMessage}
|
{errorMessage}
|
||||||
<br />
|
<br />
|
||||||
<a href={translationApi === "google" ?
|
<a href={translationApi === "google" ?
|
||||||
|
|
Loading…
Reference in a new issue