Skip to content

Commit

Permalink
Fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilDahekar committed Dec 12, 2024
1 parent 7646868 commit 7233788
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/CommunityEvents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ const CommunityEvents = () => {
);
};

export default CommunityEvents;
export default CommunityEvents;
1 change: 0 additions & 1 deletion components/Meeting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default function Meeting({
youtube = '',
bg = ''
}: MeetingProps) {

const [isClient, setIsClient] = useState(false);

useEffect(() => {
Expand Down
2 changes: 1 addition & 1 deletion pages/community/events/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* eslint-disable react/no-unescaped-entities */
import { ArrowRightIcon } from '@heroicons/react/outline';

import CommunityEvents from '@/components/CommunityEvents';
import { HeadingLevel, HeadingTypeStyle } from '@/types/typography/Heading';
import { ParagraphTypeStyle } from '@/types/typography/Paragraph';
import { makeStaticProps } from '@/utils/getStatic';

import CommunityEvents from '@/components/CommunityEvents';
import GoogleCalendarButton from '../../../components/buttons/GoogleCalendarButton';
import ICSFileButton from '../../../components/buttons/ICSFileButton';
import GenericLayout from '../../../components/layout/GenericLayout';
Expand Down

0 comments on commit 7233788

Please sign in to comment.