Skip to content

Commit

Permalink
Fixed CI/CD code quality tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mzparacha committed Aug 8, 2024
1 parent 055d8e3 commit 91eaae8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useGetCommunityByIdQuery } from 'state/api/communities';
import useUserStore from 'state/ui/user';
import CWCircleMultiplySpinner from 'views/components/component_kit/new_designs/CWCircleMultiplySpinner';
import { CWRelatedCommunityCard } from 'views/components/component_kit/new_designs/CWRelatedCommunityCard';
import './CommunityDirectoryCard.scss';

interface CommunityDirectoryCardProps {
communityId: string;
Expand Down

0 comments on commit 91eaae8

Please sign in to comment.