Skip to content

Commit

Permalink
Remove remaining TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebinside committed Apr 10, 2024
1 parent d30217b commit bd30f27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion StreamAwesome/src/components/settings/StyleSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const props = defineProps({
}
})
// TODO: Replace copy pase by encapsulated object in template
const relevantFamilies = Object.values(FontAwesomeFamilyKeys)
const relevantStyles = Object.values(FontAwesomeStyleKeys).filter((key) => {
return key !== BrandsKeyword
Expand Down

0 comments on commit bd30f27

Please sign in to comment.