frontend-rw #1

Merged
marcin merged 347 commits from frontend-rw into develop 2024-12-05 15:32:18 -08:00
Showing only changes of commit fd15332d6a - Show all commits

View file

@ -171,7 +171,7 @@ const StatusContent: React.FC<IStatusContent> = React.memo(({
<span className={clsx({ 'line-clamp-3': !expanded && lineClamp })} ref={spoilerNode}>
<Emojify text={spoilerText} emojis={status.emojis} />
</span>
{status.content && expandable && (
{expandable && (
<Button
className='ml-2 align-middle'
type='button'