Skip to content

Commit 4e4a2c7

Browse files
author
Sine Jespersen
committed
5389: add ul to list
1 parent dedb183 commit 4e4a2c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/stories/Library/Lists/list-materials/ListMaterials.stories.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ export default {
2424
} as ComponentMeta<typeof ListMaterials>;
2525

2626
const Template: ComponentStory<typeof ListMaterials> = (args) => (
27-
<ListMaterials {...args} />
27+
<ul>
28+
<ListMaterials {...args} />
29+
</ul>
2830
);
2931

3032
export const Item = Template.bind({});

0 commit comments

Comments
 (0)