Fixed umami category for an event

This commit is contained in:
DrMint 2022-08-28 17:58:22 +02:00
parent 77d96a3dc3
commit 51c20a57eb
1 changed files with 1 additions and 1 deletions

View File

@ -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");
} }
}} }}
/> />