mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
chore: returning value
This commit is contained in:
parent
bff9fa673a
commit
1216fb1e27
@ -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
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user