Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
feat: events filter (#2605)
Browse files Browse the repository at this point in the history
* adding useState at required page

* removing unused index variable

Co-authored-by: Abhi Jain <abhijain3002@gmail.com>
Co-authored-by: Eddie Jaoude <eddie@jaoudestudios.com>
  • Loading branch information
3 people authored Jan 5, 2023
1 parent 6c0f901 commit 2bef633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import EventCard from "../components/event/EventCard";
import Alert from "../components/Alert";
import Page from "../components/Page";
import EventKey from "../components/event/EventKey";
import { useState } from "react";

export async function getServerSideProps(context) {
let events = [];
Expand Down

0 comments on commit 2bef633

Please sign in to comment.