mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-27 02:34:11 +02:00
refactor(#10336): remove hatches
This commit is contained in:
@@ -30,7 +30,7 @@ function toStories(component: string): string {
|
||||
properties={[
|
||||
<property
|
||||
key={<identifier name="layout" />}
|
||||
value={<literal value={`${dir}/`.startsWith('src/pages/') || base === 'MkAnalogClock.vue' ? 'fullscreen' : 'centered'} />}
|
||||
value={<literal value={`${dir}/`.startsWith('src/pages/') ? 'fullscreen' : 'centered'} />}
|
||||
kind="init"
|
||||
/>,
|
||||
...hasMsw
|
||||
|
||||
Reference in New Issue
Block a user