fix sensitive media button not displayed
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
64af5cd176
commit
d1676da2fc
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ const ComposeForm = <ID extends string>({ id, shouldCondense, autoFocus, clickab
|
|||
{features.scheduledStatuses && <ScheduleButton composeId={id} />}
|
||||
{anyMedia && features.spoilers && <SensitiveMediaButton composeId={id} />}
|
||||
</HStack>
|
||||
), [features, id]);
|
||||
), [features, id, anyMedia]);
|
||||
|
||||
const composeModifiers = !condensed && (
|
||||
<Stack space={4} className='font-[inherit] text-sm text-gray-900'>
|
||||
|
|
Loading…
Reference in a new issue