Skip to content

Commit

Permalink
chore: remove unnused prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
ffeliperocha committed Jun 20, 2024
1 parent c46c47d commit 0cb6609
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Badge from '../../Badge';
import { StyledBoxContainer, StyledText } from './styles';

interface TextWithBadgeProps {
avatarWidth: number;
badgeIcon: ReactNode;
title: string;
}
Expand Down

0 comments on commit 0cb6609

Please sign in to comment.