ui: rm meta cta from event list modal
This commit is contained in:
parent
7d31197c78
commit
7dc70c0ce5
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ function FilterModal(props: Props) {
|
|||
allowedFilterKeys,
|
||||
mode
|
||||
);
|
||||
const showMetaCTA = !filterObj['Metadata']
|
||||
const showMetaCTA = mode === 'filters' && !filterObj['Metadata']
|
||||
&& (allowedFilterKeys?.length
|
||||
? allowedFilterKeys.includes(FilterKey.METADATA) : true)
|
||||
&& (excludeCategory?.length
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue