diff --git a/frontend/src/components/BookTable/BookControl.tsx b/frontend/src/components/BookTable/BookControl.tsx index 1b8d0ac7..44b1ffb4 100644 --- a/frontend/src/components/BookTable/BookControl.tsx +++ b/frontend/src/components/BookTable/BookControl.tsx @@ -316,61 +316,63 @@ const BookControl = ({ ) : null} {width > large ? ( - - - {fav.currency === 1000 ? t(fav.type === 0 ? 'to' : 'from') : t('hosted by')} - - - ) : null} - - +
- +
- ) : ( - <> - ), - )} - -
+ {Object.values(federation.coordinators).map((coordinator) => + coordinator.enabled ? ( + +
+ +
+
+ ) : ( + <> + ), + )} + + + + ) : null}