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"/>
@@ -218,7 +179,7 @@ class Results extends React.Component {
218
179
</div>
219
180
</section>
220
181
</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>
182
+
</div> : this.props.status==="loading" ? <iclassName="animated infinite flash">...</i> : this.props.filter ? <div>No results. Try a different search or press the Clear button to view all results.</div> : 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>
222
183
}
223
184
</div>
224
185
</div>
@@ -254,12 +215,7 @@ function mapStateToProps(state) {
0 commit comments