We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee7a53 commit 5bb6054Copy full SHA for 5bb6054
src/components/avatar/avatar.js
@@ -202,7 +202,7 @@ export const BAvatar = /*#__PURE__*/ Vue.extend({
202
} = this
203
const link = !button && isLink(this)
204
const tag = button ? BButton : link ? BLink : 'span'
205
- const alt = this.alt || null
+ const alt = this.alt
206
const ariaLabel = this.ariaLabel || null
207
208
let $content = null
0 commit comments