From 848493540662ffbfaaa48a61291cc79563432c69 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 7 Mar 2025 15:17:00 +0100 Subject: [PATCH] Sort Gifts Menu: Fix icon for sort item (#5713) --- src/components/right/RightHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/right/RightHeader.tsx b/src/components/right/RightHeader.tsx index b16653d16..952d09d30 100644 --- a/src/components/right/RightHeader.tsx +++ b/src/components/right/RightHeader.tsx @@ -517,7 +517,7 @@ const RightHeader: FC = ({ autoClose={false} > updateGiftProfileFilter( { peerId: chatId, filter: { sortType: giftsSortType === 'byDate' ? 'byValue' : 'byDate' } },