You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<inputclassName="input-group-field"type="text"value={this.props.filter}onChange={(e)=>this.props.onFilterChange(e)}placeholder="Search within results"/>
<inputclassName="input-group-field"type="text"value={this.props.filter}onChange={(e)=>this.props.onFilterChange(e)}placeholder="Search within results"/>
@@ -214,7 +218,7 @@ class Results extends React.Component {
214
218
</div>
215
219
</section>
216
220
</div>
217
-
</div> : this.props.status==="loading" ? <iclassName="animated infinite flash">...</i> : this.props.rnacentral ? <div>No results at <imgsrc={'https://rnacentral.org/static/img/logo/rnacentral-logo.png'}alt="RNAcentral logo"style={{width: "2%",verticalAlign: "sub"}}/> RNAcentral.</div> : <div>The query sequence did not match any {this.props.databases} sequences. You can <ahref="#"onClick={this.submitToRnacentral}>try to search against RNAcentral</a>.</div>
221
+
</div> : this.props.status==="loading" ? <iclassName="animated infinite flash">...</i> : this.props.filter ? this.showFilter() : this.props.rnacentral ? <div>No results at <imgsrc={'https://rnacentral.org/static/img/logo/rnacentral-logo.png'}alt="RNAcentral logo"style={{width: "2%",verticalAlign: "sub"}}/> RNAcentral.</div> : <div>The query sequence did not match any {this.props.databases} sequences. You can <ahref="#"onClick={this.submitToRnacentral}>try to search against RNAcentral</a>.</div>
0 commit comments