Fix spacing on input with no status
parent
1c730a25ef
commit
73f6f286cc
|
@ -69,7 +69,9 @@ const RawQueryEditor = React.createClass({
|
||||||
|
|
||||||
renderStatus(rawStatus) {
|
renderStatus(rawStatus) {
|
||||||
if (!rawStatus) {
|
if (!rawStatus) {
|
||||||
return null
|
return (
|
||||||
|
<div className="raw-text--status"></div>
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue