web: fix rebase artifact

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I1e62d08711e42088f4c3b9d9f51911f46a6a6964
This commit is contained in:
raf 2026-04-14 08:27:04 +03:00
commit 4b7a01aecc
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 1 additions and 247 deletions

View file

@ -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>
}