mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 16:38:23 +01:00
🎨
This commit is contained in:
parent
2511a5c17b
commit
cf2e2c8ed5
1 changed files with 0 additions and 1 deletions
|
@ -408,7 +408,6 @@ export default function (props: MfmProps, { emit }: { emit: SetupContext<MfmEven
|
||||||
h(MkUrlPreview, {
|
h(MkUrlPreview, {
|
||||||
url: token.children[0].props.url,
|
url: token.children[0].props.url,
|
||||||
compact: true,
|
compact: true,
|
||||||
detail: true,
|
|
||||||
}),
|
}),
|
||||||
])];
|
])];
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue