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 = ({ {' '} - +