Skip to content

Commit

Permalink
fix(avatar): correct prop name
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed Sep 7, 2023
1 parent 4aabfa2 commit a99dc81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const BaseTemplate = (args) => html`<pds-avatar
alt="${args.alt}"
badge="${args.badge}"
dropdown="${args.dropdown}"
id="${args.componentId}"
component-id="${args.componentId}"
image="${args.image}"
size="${args.size}"
variant="${args.variant}"
Expand Down

0 comments on commit a99dc81

Please sign in to comment.