mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Rating Icon: remove console.log
This commit is contained in:
@@ -20,7 +20,6 @@ const getStateIcon = (config: any) => {
|
||||
if (!get(config, "customIcons.enabled")) {
|
||||
return <RatingIcon />;
|
||||
}
|
||||
console.log(get(config, "customIcons.rating"));
|
||||
return get(config, "customIcons.rating") || <RatingIcon />;
|
||||
};
|
||||
const getStateOutline = (config: any) => {
|
||||
|
||||
Reference in New Issue
Block a user