Commit ff790ddf authored by Filipa Lacerda's avatar Filipa Lacerda

Adds back missing CI favicon

The CI favicon was missing in the jobs page.
This commit fixes it.

Closes #53888
parent ec3712c2
......@@ -80,8 +80,8 @@ export const fetchJob = ({ state, dispatch }) => {
export const receiveJobSuccess = ({ commit }, data = {}) => {
commit(types.RECEIVE_JOB_SUCCESS, data);
if (data.favicon) {
setFaviconOverlay(data.favicon);
if (data.status && data.status.favicon) {
setFaviconOverlay(data.status.favicon);
} else {
resetFavicon();
}
......
---
title: Adds CI favicon back to jobs page
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment