Skip to content

Commit d2b3488

Browse files
committed
refactor: remove unused computed property
1 parent 5dd1d4d commit d2b3488

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/.vitepress/components/TeamCard.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ const props = defineProps({
1313
}
1414
})
1515
16-
const imageFileName = computed(() => {
17-
return props.profile.name.toLowerCase().split(' ').join('-') + '.jpeg'
18-
})
19-
2016
const imageAlt = computed(() => {
2117
return `${props.profile.name}'s Profile Picture`
2218
})

0 commit comments

Comments
 (0)