Commit c5b9bd1b authored by samdbeckham's avatar samdbeckham

Adds changes from @wortschi review

- removes a redundant empty state class
parent 484e3adb
......@@ -193,7 +193,6 @@ export default {
<gl-empty-state
v-else
class="js-empty-state"
:title="$options.emptyDashboardHeader"
:svg-path="emptyDashboardSvgPath"
>
......
......@@ -66,7 +66,6 @@ exports[`dashboard should match the snapshot 1`] = `
class="prepend-top-default"
>
<gl-empty-state-stub
class="js-empty-state"
svgpath="/assets/illustrations/operations-dashboard_empty.svg"
title="Add a project to the dashboard"
/>
......
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