Skip to content

Commit 999c8cd

Browse files
committed
cleanup
1 parent baadfbf commit 999c8cd

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

packages/swingset/src/components/StoryEmbed.tsx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,7 @@ export function StoryEmbed({ name, storyModule, composition }: StoryEmbedProps)
3232

3333
const preview = (
3434
<div className='flex min-h-20 items-center justify-center p-6'>
35-
<MosaicProvider
36-
localization={{
37-
overrides: {
38-
organizationProfile: {
39-
title: 'hello world',
40-
},
41-
},
42-
}}
43-
>
35+
<MosaicProvider>
4436
<StoryComp {...defaultValues} />
4537
</MosaicProvider>
4638
</div>

0 commit comments

Comments
 (0)