Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Apr 27, 2023
1 parent b751e38 commit 347ccc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/VBackToSearchResultsLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineComponent({
props: {
/**
* The unique ID of the media
*/
*/
id: {
type: String,
required: true,
Expand All @@ -55,7 +55,7 @@ export default defineComponent({
}
return {
handleClick
handleClick,
}
},
})
Expand Down

0 comments on commit 347ccc2

Please sign in to comment.