Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 0f7058d

Browse files
committed
Remove surplus percent sign in artifact size tab
1 parent 6e52191 commit 0f7058d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/frontend/src/pages/compare/tabs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const activeTab: Ref<Tab> = ref(props.initialTab);
162162
{{ totalSizeB < totalSizeA ? "-" : ""
163163
}}{{ formatSize(Math.abs(totalSizeB - totalSizeA)) }} ({{
164164
formatPercentChange(totalSizeA, totalSizeB)
165-
}}%)
165+
}})
166166
</div>
167167
</div>
168168
</div>

0 commit comments

Comments
 (0)