Skip to content

Commit

Permalink
feat: removed compiler errors for Alert Result loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Amirah Chamble authored and Amirah Chamble committed Oct 11, 2018
1 parent 0b31539 commit 27f383d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dev/views/ContentLoaders.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
class="screen-container"
>
<ContentLoaderAlertResult/>
<div class="footer"></div>
<div class="nav"></div>
<div class="footer"/>
<div class="nav"/>
</div>
</div>

Expand All @@ -57,8 +57,8 @@
<div
class="screen-container"
>
<div class="footer"></div>
<div class="nav"></div>
<div class="footer"/>
<div class="nav"/>
<ContentLoaderAlertList/>
<ContentLoaderAlertList/>
<ContentLoaderAlertList/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ContentLoaderAlertResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
width="258"
height="36"
/>
<rect
<rect
x="0"
y="204"
rx="5"
Expand Down

0 comments on commit 27f383d

Please sign in to comment.