overall commit
This commit is contained in:
3
src/components/nearle_components/getValueColor.js
Normal file
3
src/components/nearle_components/getValueColor.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export const getValueColor = (value) => {
|
||||
return Number(value) !== 0 ? 'red' : 'inherit';
|
||||
};
|
||||
Reference in New Issue
Block a user