diff options
Diffstat (limited to 'src/components/ConnectionTable.tsx')
| -rw-r--r-- | src/components/ConnectionTable.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/ConnectionTable.tsx b/src/components/ConnectionTable.tsx index c0ce704..2b0a12a 100644 --- a/src/components/ConnectionTable.tsx +++ b/src/components/ConnectionTable.tsx @@ -96,7 +96,8 @@ function Table({ data }) { className={cx( s.td, i % 2 === 0 ? s.odd : false, - j == 0 || (j >= 5 && j < 10) ? s.du : true + j == 0 || (j >= 5 && j < 10) ? s.center : true + // j ==1 ? s.break : true )} > {renderCell(cell, locale)} |
