Fix build error with updated typescript
This commit is contained in:
@@ -9,7 +9,7 @@ export default {
|
||||
} as ComponentMeta<typeof ChatModeratorNotification>;
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
const Template: ComponentStory<typeof ChatModeratorNotification> = args => (
|
||||
const Template: ComponentStory<typeof ChatModeratorNotification> = (args: object) => (
|
||||
<ChatModeratorNotification {...args} />
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user