diff options
| author | Larvan2 <[email protected]> | 2023-04-13 17:54:48 +0800 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2023-04-13 17:54:48 +0800 |
| commit | c12e9e6eaa3c09c02ad6aaa98f315c0f6ff09456 (patch) | |
| tree | 5189dc2d2cf251a78e7c711bb22748ab9de1c922 /src/components/ConnectionTable.tsx | |
| parent | 350d0b3e5c168ef4b7321ffd4ac4e97e7c58a3bb (diff) | |
no break
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)} |
