Skip to content

Commit

Permalink
remove unused style prop
Browse files Browse the repository at this point in the history
  • Loading branch information
yomybaby committed Jan 31, 2025
1 parent 804ac50 commit a3b8f7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions react/src/components/ImageTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,8 @@ export const ConstraintTags: React.FC<ConstraintTagsProps> = ({

const SessionKernelTags: React.FC<{
image: string | null;
style?: React.CSSProperties;
border?: boolean;
}> = ({ image, style = {} }) => {
}> = ({ image }) => {
image = image || '';
return (
<>
Expand Down

0 comments on commit a3b8f7e

Please sign in to comment.