Fixed umami category for an event
This commit is contained in:
parent
77d96a3dc3
commit
51c20a57eb
|
@ -139,7 +139,7 @@ const Contents = ({ contents, ...otherProps }: Props): JSX.Element => {
|
||||||
if (isDefinedAndNotEmpty(name)) {
|
if (isDefinedAndNotEmpty(name)) {
|
||||||
umami("[Contents/All] Change search term");
|
umami("[Contents/All] Change search term");
|
||||||
} else {
|
} else {
|
||||||
umami("[News] Clear search term");
|
umami("[Contents/All] Clear search term");
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue