Commit 664003f5 authored by Phil Hughes's avatar Phil Hughes

fixed eslint

parent 14412cbe
...@@ -91,28 +91,28 @@ export default { ...@@ -91,28 +91,28 @@ export default {
{{ titleText }} {{ titleText }}
<div class="d-flex ml-auto"> <div class="d-flex ml-auto">
<button <button
v-show="fileList.length"
v-tooltip v-tooltip
type="button" v-show="fileList.length"
class="btn btn-default ide-staged-action-btn p-0 order-1 align-items-center"
:class="{ :class="{
'd-flex': fileList.length 'd-flex': fileList.length
}" }"
:title="actionBtnText" :title="actionBtnText"
type="button"
class="btn btn-default ide-staged-action-btn p-0 order-1 align-items-center"
data-placement="bottom" data-placement="bottom"
@click="actionBtnClicked" @click="actionBtnClicked"
> >
<icon <icon
class="ml-auto mr-auto"
:name="actionBtnIcon" :name="actionBtnIcon"
:size="12" :size="12"
class="ml-auto mr-auto"
/> />
</button> </button>
<span <span
class="ide-commit-file-count order-0 rounded-left text-center"
:class="{ :class="{
'rounded-right': !fileList.length 'rounded-right': !fileList.length
}" }"
class="ide-commit-file-count order-0 rounded-left text-center"
> >
{{ fileList.length }} {{ fileList.length }}
</span> </span>
......
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