From 200efc5bc10adfa69e18241325e4216f14e1fdb5 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Sun, 7 Jan 2024 22:20:55 +0000 Subject: [PATCH] Fix coordinator avatars orientation --- frontend/src/components/BookTable/index.tsx | 1 - frontend/src/components/MakerForm/SelectCoordinator.tsx | 1 + frontend/src/components/OrderDetails/index.tsx | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/BookTable/index.tsx b/frontend/src/components/BookTable/index.tsx index f91bd7ff..1010bc53 100644 --- a/frontend/src/components/BookTable/index.tsx +++ b/frontend/src/components/BookTable/index.tsx @@ -283,7 +283,6 @@ const BookTable = ({ shortAlias={params.row.coordinatorShortAlias} style={{ width: '3.215em', height: '3.215em' }} smooth={true} - flipHorizontally={true} small={true} /> diff --git a/frontend/src/components/MakerForm/SelectCoordinator.tsx b/frontend/src/components/MakerForm/SelectCoordinator.tsx index 5f65ce06..1a100cb9 100644 --- a/frontend/src/components/MakerForm/SelectCoordinator.tsx +++ b/frontend/src/components/MakerForm/SelectCoordinator.tsx @@ -76,6 +76,7 @@ const SelectCoordinator: React.FC = ({ coordinator, setC shortAlias={coordinator} style={{ width: '3em', height: '3em' }} smooth={true} + flipHorizontally={false} small={true} /> diff --git a/frontend/src/components/OrderDetails/index.tsx b/frontend/src/components/OrderDetails/index.tsx index 42cf1d5c..7c049681 100644 --- a/frontend/src/components/OrderDetails/index.tsx +++ b/frontend/src/components/OrderDetails/index.tsx @@ -269,7 +269,7 @@ const OrderDetails = ({ {' '} - +