fix(storybook): remove the storybook params causing render errors
This commit is contained in:
@@ -5,14 +5,6 @@ import { Footer } from './Footer';
|
||||
const meta = {
|
||||
title: 'owncast/Layout/Footer',
|
||||
component: Footer,
|
||||
parameters: {
|
||||
nextjs: {
|
||||
appDirectory: true,
|
||||
navigation: {
|
||||
searchParams: {},
|
||||
},
|
||||
},
|
||||
},
|
||||
} satisfies Meta<typeof Footer>;
|
||||
|
||||
export default meta;
|
||||
|
||||
Reference in New Issue
Block a user