mirror of
https://github.com/NotAShelf/nix-evaluator-stats.git
synced 2026-04-30 21:56:15 +00:00
web: fix rebase artifact
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I1e62d08711e42088f4c3b9d9f51911f46a6a6964
This commit is contained in:
parent
812b16e414
commit
4b7a01aecc
2 changed files with 1 additions and 247 deletions
|
|
@ -200,7 +200,7 @@ const ComparisonView: Component<ComparisonViewProps> = props => {
|
|||
<Show when={!row.isReduction}>
|
||||
<ArrowUp size={14} />
|
||||
</Show>
|
||||
{Math.abs(row.change).toFixed(1)}%
|
||||
{Math.abs(row.change).toFixed(2)}%
|
||||
</span>
|
||||
</Show>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue