Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Dec 4, 2023
1 parent cc4158d commit 72d5d81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Pages/Home/Components/DiscoveryView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ export default {
gap: 32px;
}
}
</style>
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
this.$nextTick(() => {
const items = Array.from(this.$refs.view.children)
this.sideBySide = items.at(0).offsetTop !== items.at(-1).offsetTop
})
})
}
}, time)
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
},
image: {
type: String,
required: true,
required: true
},
header: {
type: String,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Pages/Home/Components/PhotoTextView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
props: {
image: {
type: String,
required: true,
required: true
},
header: {
type: String,
Expand Down

0 comments on commit 72d5d81

Please sign in to comment.