Skip to content

Commit

Permalink
Address PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Dec 19, 2024
1 parent db22caa commit 6bf8145
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ui/components/ui/origin-pill/origin-pill.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,3 @@ export default function OriginPill({ origin, dataTestId }: OriginPillProps) {
</Box>
);
}

OriginPill.propTypes = {
origin: PropTypes.string,
dataTestId: PropTypes.string,
};

0 comments on commit 6bf8145

Please sign in to comment.