We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6866423 commit 418d206Copy full SHA for 418d206
frontend/src/components/TabbedResults.js
@@ -213,7 +213,7 @@ class TabbedResults extends Component {
213
<span className="result-error-msg">{query.errorMsg}</span>
214
<Row>
215
<Col className="text-center animation-col" xs={12}>
216
- <img src={ErrorImg} alt="error animation" />
+ <img src={`${ErrorImg}?${key}`} alt="error animation" />
217
</Col>
218
</Row>
219
0 commit comments