mirror of
https://github.com/owncast/owncast.git
synced 2024-11-28 19:19:06 +03:00
linting fixes from prettier this time
This commit is contained in:
parent
4ef3a3aa78
commit
ca93bec86e
1 changed files with 2 additions and 6 deletions
|
@ -106,10 +106,6 @@ export const parameters = {
|
|||
},
|
||||
};
|
||||
|
||||
const AntdConfigWrapper = (Story) => (
|
||||
<AntdTheme>{Story()}</AntdTheme>
|
||||
);
|
||||
const AntdConfigWrapper = Story => <AntdTheme>{Story()}</AntdTheme>;
|
||||
|
||||
export const decorators = [
|
||||
AntdConfigWrapper,
|
||||
]
|
||||
export const decorators = [AntdConfigWrapper];
|
||||
|
|
Loading…
Reference in a new issue