Refactor #3965 - For Avatar

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-25 17:41:58 +03:00
parent 5ecc9e96f6
commit 78954bcc45
2 changed files with 2 additions and 2 deletions

View file

@ -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 });