pl-fe: Show visibility icon for actual status, not the reblog
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
17d0cf7562
commit
aaddf124bf
2 changed files with 3 additions and 3 deletions
|
@ -409,8 +409,8 @@ const Status: React.FC<IStatus> = (props) => {
|
|||
avatarSize={avatarSize}
|
||||
items={(
|
||||
<>
|
||||
<StatusTypeIcon status={status} />
|
||||
<StatusLanguagePicker status={status} />
|
||||
<StatusTypeIcon status={actualStatus} />
|
||||
<StatusLanguagePicker status={actualStatus} />
|
||||
</>
|
||||
)}
|
||||
/>
|
||||
|
|
|
@ -166,7 +166,7 @@ const DetailedStatus: React.FC<IDetailedStatus> = ({
|
|||
|
||||
<StatusTypeIcon status={actualStatus} />
|
||||
|
||||
<StatusLanguagePicker status={status} showLabel />
|
||||
<StatusLanguagePicker status={actualStatus} showLabel />
|
||||
</HStack>
|
||||
</HStack>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue