Commit ee2b4cee authored by Bryce Johnson's avatar Bryce Johnson

Shush scss_lint and eslint.

parent 4c3e72ae
......@@ -31,7 +31,7 @@ export default {
tooltipText() {
return `${this.projectName} - ${this.pipelineStatus.label}`;
},
}
},
};
</script>
......
......@@ -1101,7 +1101,7 @@
.project-name-pipeline-id-separator {
display: inline-block;
margin: 4px 2px 0 2px;
margin: 4px 2px 0;
font-size: 10px;
vertical-align: top;
}
......@@ -11,7 +11,7 @@ const pipelineJSON = Object.assign(graphJSON, {
});
const defaultPropsData = {
pipeline: pipelineJSON,
pipeline: pipelineJSON,
isLoading: false,
};
......
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