Gift Filter: Fix menu item name for sort type (#5675)
This commit is contained in:
parent
015a6472a1
commit
c9174ba624
@ -523,7 +523,7 @@ const RightHeader: FC<OwnProps & StateProps> = ({
|
|||||||
{ peerId: chatId, filter: { sortType: giftsSortType === 'byDate' ? 'byValue' : 'byDate' } },
|
{ peerId: chatId, filter: { sortType: giftsSortType === 'byDate' ? 'byValue' : 'byDate' } },
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{lang(giftsSortType === 'byDate' ? 'GiftSortByDate' : 'GiftSortByValue')}
|
{lang(giftsSortType === 'byDate' ? 'GiftSortByValue' : 'GiftSortByDate')}
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
|
|
||||||
<MenuSeparator />
|
<MenuSeparator />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user