chore: returning value

This commit is contained in:
Aien Saidi 2021-03-24 18:13:05 +01:00 committed by Sascha
parent bff9fa673a
commit 1216fb1e27

View File

@ -172,10 +172,7 @@ function FilterToolbar({ query, queryLocation }: Props) {
</FilterDropdown>
<FilterDropdown
dropdown={labels}
itemActive={(key) => {
console.log(params, params[key], key);
return containsValue('label', key);
}}
itemActive={(key) => containsValue('label', key)}
to={(key) => pipe(toggleOrAddParam('label', key), loc)(params)}
hasFilter
>