Skip to content

Commit de97e1d

Browse files
committed
fix eslint storybook
1 parent 5c24274 commit de97e1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stories/Icons.stories.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ const IconsList = () => {
1717
<td className="ids-table__cell" style={{ padding: '10px' }}>
1818
<Icon name={iconName} size="large" />
1919
</td>
20-
<td className="ids-table__cell" style={{ padding: '10px' }}>{iconName}</td>
20+
<td className="ids-table__cell" style={{ padding: '10px' }}>
21+
{iconName}
22+
</td>
2123
</tr>
2224
);
2325
});

0 commit comments

Comments
 (0)