Update src/components/fields/Rating/Icon.tsx

This commit is contained in:
Sidney Alcantara
2022-11-02 16:49:00 +11:00
committed by GitHub
parent a73184bc4d
commit 52411d29d3

View File

@@ -8,7 +8,7 @@ export interface IIconProps{
isEmpty: boolean
}
export default function ({config, isEmpty} : IIconProps) {
export default function Icon({config, isEmpty} : IIconProps) {
if (isEmpty) {
return getStateOutline(config)
} else {