Skip to content

Commit

Permalink
Remove function
Browse files Browse the repository at this point in the history
  • Loading branch information
ravimeijerrig committed Dec 3, 2024
1 parent 2a05154 commit 416a273
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions frontend/src/components/SubResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ type FilteredLabels = { [category: string]: string[] }
const props = defineProps<Props>()
// function get_background_color(label: string | undefined) {
// if (label === 'nader te bepalen' || label === 'niet van toepassing') {
// return 'background-color: var(--rvo-color-grijs-300)'
// }
// return 'background-color: var(--rvo-color-hemelblauw-450)'
// }
const filteredLabels = computed<FilteredLabels>(() => {
const filtered: FilteredLabels = {}
Expand Down

0 comments on commit 416a273

Please sign in to comment.