Commit 26901470 authored by Phil Hughes's avatar Phil Hughes

fixed typo in selector

parent 55c6b8b1
......@@ -24,9 +24,7 @@ export default {
...mapState(['lastCommitMsg', 'rightPanelCollapsed']),
...mapGetters(['collapseButtonIcon', 'collapseButtonTooltip']),
statusSvg() {
return this.lastCommitMsg
? this.committedStateSvgPath
: this.noChangesStateSvgPath;
return this.lastCommitMsg ? this.committedStateSvgPath : this.noChangesStateSvgPath;
},
},
methods: {
......@@ -37,7 +35,7 @@ export default {
<template>
<div
class="multi-file-commit-panel-section ide-commity-empty-state js-empty-state"
class="multi-file-commit-panel-section ide-commit-empty-state js-empty-state"
>
<header
class="multi-file-commit-panel-header"
......
......@@ -465,7 +465,7 @@
overflow: auto;
}
.ide-commity-empty-state {
.ide-commit-empty-state {
padding: 0 $gl-padding;
}
......
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