Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/containers/R2DT/components/Results/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class Results extends React.Component {
<div className="row" key={`error-div`}>
<div className="col-12 col-sm-9">
<div className="alert alert-danger">
There was an error. Let us know if the problem persists by raising an issue on <a href="https://github.com/RNAcentral/r2dt-web/issues" target="_blank">GitHub</a>.
There was an error 123. Let us know if the problem persists by raising an issue on <a href="https://github.com/RNAcentral/r2dt-web/issues" target="_blank">GitHub</a>.
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/containers/R2DT/components/SearchForm/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class SearchForm extends React.Component {
<div className="row">
<div className="col-12 col-sm-9">
<div className="alert alert-danger">
There was an error. Let us know if the problem persists by raising an issue on <a href="https://github.com/RNAcentral/r2dt-web/issues" target="_blank">GitHub</a>.
There was an error 456.{this.props.status} Let us know if the problem persists by raising an issue on <a href="https://github.com/RNAcentral/r2dt-web/issues" target="_blank">GitHub</a>.
</div>
</div>
</div>
Expand Down