Merge branch 'jsr' into ditto-auth

This commit is contained in:
Alex Gleason
2024-03-06 15:52:49 -06:00
5 changed files with 19 additions and 43 deletions

View File

@ -67,6 +67,7 @@ const PollOptionText: React.FC<IPollOptionText> = ({ poll, option, index, active
<Text
theme='inherit'
weight='medium'
align='center'
dangerouslySetInnerHTML={{ __html: option.title_emojified }}
/>
</div>