Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Jun 20, 2021
1 parent ffbc104 commit 4e5d667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default {
},
data() {
return {
loading: false,
loading: true,
items: [],
}
},
Expand Down Expand Up @@ -116,7 +116,7 @@ export default {
.calendar-dot {
height: 1rem;
width: 1rem;
margin-top: 0.2rem;
margin-top: .2rem;
border-radius: 50%;
}
</style>

0 comments on commit 4e5d667

Please sign in to comment.