Refactored skeleton

This commit is contained in:
Cagatay Civici 2024-04-08 14:18:20 +03:00
parent 141adf6177
commit 8ad4d107a5
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ const classes = {
'p-skeleton p-component',
{
'p-skeleton-circle': props.shape === 'circle',
'p-skeleton-none': props.animation === 'none'
'p-skeleton-animation-none': props.animation === 'none'
}
]
};