Skip to content

Commit 213807d

Browse files
committed
computed function not used (it was removed the use before)
1 parent efaf792 commit 213807d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/BAvatar/BAvatar.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,6 @@ const textClasses = computed<string>(() => {
148148
return `text-${textVariant}`
149149
})
150150
151-
const iconName = computed<string | undefined>(() => {
152-
// TODO this should work with any icon font, eg icon="fa fa-cogs"
153-
if (props.icon) return props.icon
154-
if (!props.text && !props.src) return 'person-fill'
155-
return undefined
156-
})
157-
158151
const badgeStyle = computed<StyleValue>(() => {
159152
const offset = props.badgeOffset || '0px'
160153
const fontSize =

0 commit comments

Comments
 (0)