Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonin Slejska committed Jul 11, 2018
1 parent 9e205b3 commit e3efdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/layout/Lists.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<v-widget title="Long dark list with scroll" class="mt-3">
<div slot="widget-content" style="max-height: 250px; overflow-y: scroll">
<v-list dense dark>
<v-list-tile avatar v-for="item in allUsers" :key="item.title" @click="handleClick" height="300">
<v-list-tile avatar v-for="item in allUsers" :key="item.title" @click="handleClick">
<v-list-tile-action>
<v-icon color="pink">star</v-icon>
</v-list-tile-action>
Expand Down

0 comments on commit e3efdc8

Please sign in to comment.