mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(web): 🔥 rm unused prop
This commit is contained in:
parent
ff43b3facf
commit
70503fecfb
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => {
|
|||
filterDropdown={searchDescriptionColumn.filterDropdown}
|
||||
filterIcon={searchDescriptionColumn.filterIcon}
|
||||
onFilter={searchDescriptionColumn.onFilter}
|
||||
render={(description: string, list: List) => (
|
||||
render={(description: string) => (
|
||||
<Description description={description} />
|
||||
)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue