mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
chore(ui): avoid using inject in LabelWithPercent
This commit is contained in:
@@ -26,6 +26,7 @@ const TableRows = observer(({ alertStore, nameStats }) =>
|
||||
<td width="75%" className="mw-100 p-1">
|
||||
{nameStats.values.slice(0, 9).map((valueStats, i) => (
|
||||
<LabelWithPercent
|
||||
alertStore={alertStore}
|
||||
key={valueStats.value}
|
||||
name={nameStats.name}
|
||||
value={valueStats.value}
|
||||
|
||||
Reference in New Issue
Block a user