Add stub story for StatusQuoteManager / Status component (#37321)

This commit is contained in:
diondiondion
2025-12-19 16:18:10 +01:00
committed by GitHub
parent 4e63958914
commit 8d9192835d
3 changed files with 42 additions and 8 deletions

View File

@@ -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,
});