mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-03 11:54:28 +02:00
fix(#10336): invalid name conversion
This commit is contained in:
@@ -95,7 +95,7 @@ function toStories(component: string, location: string): string {
|
||||
/>,
|
||||
<property
|
||||
key={<identifier name="template" />}
|
||||
value={<literal value={`<${component.slice(0, -4)} />`} />}
|
||||
value={<literal value={`<${identifier.name} />`} />}
|
||||
kind="init"
|
||||
/>,
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user