Skip to content

Commit

Permalink
fix(redmine 1306603): fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
subraAntoine committed Aug 12, 2024
1 parent 5537c0c commit 8d31883
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/haring-react/src/Components/Thumbnail/Thumbnail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ export interface IThumbnailAriaLabels {

export interface IThumbnailProps extends IThumbnail {
actions?: IThumbnailAction[];
ariaLabels?: IThumbnailAriaLabels;
altText?: string;

ariaLabels?: IThumbnailAriaLabels;
}

export function Thumbnail(props: IThumbnailProps): ReactElement {
Expand Down

0 comments on commit 8d31883

Please sign in to comment.