chore: prettier formatting for P0 feature files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-01 20:55:06 -04:00
parent 3a72b7c1c5
commit 3db87db03f
3 changed files with 33 additions and 12 deletions
@@ -45,7 +45,6 @@ export const RoomTopicViewer = as<
<Box className={css.ModalContent} direction="Column" gap="100">
<Text size="T300" className={css.ModalTopic} priority="400">
{isFormatted ? (
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
parse(sanitizeCustomHtml((topic as RoomTopicContent).formatted_body!))
) : (
<Linkify options={LINKIFY_OPTS}>{scaleSystemEmoji(topicStr)}</Linkify>