Skip to content

Commit

Permalink
chore: removed id prop from ProfileContent
Browse files Browse the repository at this point in the history
  • Loading branch information
ameerul-deriv committed Jun 10, 2024
1 parent e25dacb commit fbbc3ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ProfileContent/ProfileContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import './ProfileContent.scss';

type TProfileContentProps = {
data: TAdvertiserStats;
id?: string;
setAdvertiserName?: (name: string) => void;
setShowOverlay?: Dispatch<SetStateAction<boolean>>;
};
Expand Down

0 comments on commit fbbc3ac

Please sign in to comment.