Fix spacing on input with no status

pull/1081/head
Andrew Watkins 2017-04-03 11:28:01 -07:00
parent 1c730a25ef
commit 73f6f286cc
1 changed files with 3 additions and 1 deletions

View File

@ -69,7 +69,9 @@ const RawQueryEditor = React.createClass({
renderStatus(rawStatus) {
if (!rawStatus) {
return null
return (
<div className="raw-text--status"></div>
)
}
return (