Skip to content

Commit

Permalink
fix(redmine 1306613): fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
subraAntoine committed Aug 12, 2024
1 parent fcc6166 commit 1463127
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { action } from '@storybook/addon-actions';

export const actionRowOverflowActionsMock: IThumbnailAction[] = [
{
ariaLabel: 'move in tree',
icon: <FolderMove size={16} />,
id: 'move',
isItemAction: false,
Expand Down
1 change: 0 additions & 1 deletion packages/haring-react/src/types/thumbnail.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { IAction } from '@smile/haring-react-shared';

export interface IThumbnail extends Record<string, unknown> {
ariaLabel?: string;
iconType?: string;
id: number | string;
image?: string;
Expand Down

0 comments on commit 1463127

Please sign in to comment.