Commit 94ab99a8 authored by Phil Hughes's avatar Phil Hughes

Merge branch '53888-missing-favicon' into 'master'

Adds back missing CI favicon

Closes #53888

See merge request gitlab-org/gitlab-ce!23002
parents 474b502a ff790ddf
......@@ -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