We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcb6c3 commit e201e74Copy full SHA for e201e74
site/frontend/src/pages/compare/compile/table/comparisons-table.vue
@@ -23,8 +23,9 @@ function prettifyRawNumber(number: number): string {
23
return number.toLocaleString();
24
}
25
26
+// Modify this when changing the number of columns in the table!
27
const columnCount = computed(() => {
- const base = 7;
28
+ const base = 8;
29
if (props.showRawData) {
30
return base + 2;
31
0 commit comments