Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
zackkrida and obulat authored Oct 6, 2021
1 parent a4c3af3 commit 180452b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Filters/FilterChecklist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{{ itemLabel(item) }}
</label>

<button class="appearance-none">
<button class="appearance-none" type="button">
<svg
v-if="filterType === 'licenses'"
:ref="`${index}licenseIcon`"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Filters/LicenseExplanationTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
required: true,
},
iconDomNode: {
type: Object,
type: SVGSVGElement,
required: true,
},
},
Expand Down

0 comments on commit 180452b

Please sign in to comment.