This commit is contained in:
renanpvaz
2017-10-13 13:22:48 -03:00
parent 4a4a9596fb
commit 4ab3ae3685

View File

@@ -177,7 +177,8 @@ class CodeEditor extends Component {
padding: 10,
}}>
{error.message}
{!window.Babel && ' (try checking your ad blocker if you have one).'}
{!window.Babel &&
' (try checking your ad blocker if you have one).'}
</pre>
</div>
)}