Skip to content

Commit

Permalink
fix: sonarlint issues
Browse files Browse the repository at this point in the history
Signed-off-by: karan <[email protected]>
  • Loading branch information
16-karan committed Oct 10, 2023
1 parent d17ecab commit e671475
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/EcosystemInvite/EcoInvitationList.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
interface InvitationProps {
invitationId: string;
invitationEmail: string;
ecosytem: [];
}

Expand All @@ -10,7 +9,6 @@ const EcoInvitationList = (props: InvitationProps) => {
const { name } = ecosytem;

return (
<>
<div className="flex space-x-4">
<svg
width="60"
Expand Down Expand Up @@ -72,7 +70,6 @@ const EcoInvitationList = (props: InvitationProps) => {
</div>
</div>
</div>
</>
);
};

Expand Down

0 comments on commit e671475

Please sign in to comment.