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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user