Commit 2fb7bd91 authored by Adam Alvis's avatar Adam Alvis

fixed eslint errors and warnings

parent 92d91146
<script>
import { GlButton, GlEmptyState, GlLink } from '@gitlab/ui';
import { s__ } from '~/locale';
import { s__ } from '~/locale'; // eslint-disable-line no-unused-vars
export default {
components: {
......
......@@ -130,8 +130,8 @@ export default {
/>
<div v-else-if="shouldShowEmptyState">
<empty-state
:svgPath="emptyStateSvgPath"
:dashboardDocumentation="dashboardDocumentation"
:svg-path="emptyStateSvgPath"
:dashboard-documentation="dashboardDocumentation"
@handleAddProjectsClick="toggleProjectSelector"
/>
</div>
......
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