Skip to content

Commit b345faa

Browse files
author
marker dao ®
committed
refactor(minor)
1 parent 002c48d commit b345faa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/react-storybook/stories/popup/Popup.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ const EscapeFromEditorsExample: Story['render'] = () => {
9494
export const EscapeFromEditors: Story = {
9595
name: 'Popup - Escape handling',
9696
render: EscapeFromEditorsExample,
97-
};
97+
};

apps/react-storybook/stories/popup/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ export const products = [
99
{ id: '3_2_1', text: 'DesktopLCD 21', category: 'Monitors', price: 170 },
1010
{ id: '4_1', text: 'Projector Plus', category: 'Projectors', price: 550 },
1111
{ id: '4_2', text: 'Projector PlusHD', category: 'Projectors', price: 750 },
12-
];
12+
];

0 commit comments

Comments
 (0)