mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-12 03:17:06 -05:00
Add stub story for StatusQuoteManager / Status component (#37321)
This commit is contained in:
@@ -76,7 +76,7 @@ export const statusFactory: FactoryFunction<ApiStatusJSON> = ({
|
||||
mentions: [],
|
||||
tags: [],
|
||||
emojis: [],
|
||||
contentHtml: '<p>This is a test status.</p>',
|
||||
contentHtml: data.text ?? '<p>This is a test status.</p>',
|
||||
...data,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user