mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Update ListsTable.tsx
This commit is contained in:
parent
bade956031
commit
493853b9ec
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => {
|
|||
.map(s => s.id);
|
||||
return arraySorter(getSoftwareIds(a), getSoftwareIds(b), software);
|
||||
}}
|
||||
width={143}
|
||||
width={170}
|
||||
className={styles.nogrow}
|
||||
filters={software.map(s => ({
|
||||
text: (
|
||||
|
|
|
|||
Loading…
Reference in a new issue