mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Update src/components/fields/Rating/Icon.tsx
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user