From 781aee5f5053bef1fbc123dbf4b9d76a851b83ca Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Sat, 30 Dec 2023 16:03:48 +0000 Subject: [PATCH] Fix coordinator table avatars flip --- frontend/src/components/FederationTable/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/FederationTable/index.tsx b/frontend/src/components/FederationTable/index.tsx index 8c7cf816..c66b5531 100644 --- a/frontend/src/components/FederationTable/index.tsx +++ b/frontend/src/components/FederationTable/index.tsx @@ -78,7 +78,7 @@ const FederationTable = ({ shortAlias={params.row.shortAlias} style={{ width: '3.215em', height: '3.215em' }} smooth={true} - flipHorizontally={true} + flipHorizontally={false} small={true} />