mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Avatar
This commit is contained in:
parent
5ecc9e96f6
commit
78954bcc45
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ const classes = {
|
|||
}
|
||||
],
|
||||
label: 'p-avatar-text',
|
||||
icon: ({ props }) => ['p-avatar-icon', props.icon]
|
||||
icon: 'p-avatar-icon'
|
||||
};
|
||||
|
||||
const { load: loadStyle } = useStyle(styles, { id: 'primevue_avatar_style', manual: true });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue