Skip to content

Commit 418d206

Browse files
committed
Force error img reload
Signed-off-by: Carlos Martín <[email protected]>
1 parent 6866423 commit 418d206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/TabbedResults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class TabbedResults extends Component {
213213
<span className="result-error-msg">{query.errorMsg}</span>
214214
<Row>
215215
<Col className="text-center animation-col" xs={12}>
216-
<img src={ErrorImg} alt="error animation" />
216+
<img src={`${ErrorImg}?${key}`} alt="error animation" />
217217
</Col>
218218
</Row>
219219
<Row>

0 commit comments

Comments
 (0)