Hide metric cards if value is zero
This commit is contained in:
@@ -14,7 +14,7 @@ interface Metric {
|
||||
value?: number
|
||||
}
|
||||
|
||||
interface MetricCardProps {
|
||||
export interface MetricCardProps {
|
||||
metrics: Metric[]
|
||||
Icon: typeof SvgIcon
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user