visortelle commented on code in PR #789:
URL: https://github.com/apache/pulsar-site/pull/789#discussion_r1488455535


##########
src/components/pages/EventsPage/EventsPage.tsx:
##########
@@ -4,13 +4,21 @@ import Cards from "./Cards/Cards";
 import * as data from '@site/data/events';
 import Page from "@site/src/components/ui/Page/Page";
 import s from './EventsPage.module.css';
-import Button from "@site/src/components/ui/Button/Button";
 import FeaturedEvent from "./FeaturedEvent/FeaturedEvent";
 
 type CategoryFilterOption = data.Category;
 
-const CaseStudiesPage: React.FC = () => {
+const EventsPage: React.FC = () => {
   const [categoryFilter, setCategoryFilter] = 
React.useState<CategoryFilterOption>('events');
+  let currcat = categoryFilter;
+  /*const changeCategoryButtons = (category) => {

Review Comment:
   Do we need the commented code here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to