Skip to content

Commit

Permalink
Fix incorrect badges
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanovera committed Jan 14, 2025
1 parent 8a99b21 commit 35a30a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions clients/admin-ui/src/features/common/table/v2/cells.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ export const DefaultCell = <T,>({
};

const FidesBadge = ({ children, ...props }: BadgeProps) => (
<Badge {...props} variant="taxonomy">
{children}
</Badge>
<Badge {...props}>{children}</Badge>
);

export const RelativeTimestampCell = ({
Expand Down

0 comments on commit 35a30a5

Please sign in to comment.