diff --git a/src/Sidebar/ui/SidebarRoot.tsx b/src/Sidebar/ui/SidebarRoot.tsx index f07fc448a..3bea96d98 100644 --- a/src/Sidebar/ui/SidebarRoot.tsx +++ b/src/Sidebar/ui/SidebarRoot.tsx @@ -55,9 +55,9 @@ import { InvitationsSeen } from "../../Faction/ui/FactionsRoot"; import { hash } from "../../hash/hash"; import { Locations } from "../../Locations/Locations"; -const RotatedDoubleArrowIcon = (props: { color: "primary" | "secondary" | "error" }) => ( +const RotatedDoubleArrowIcon = React.forwardRef((props: { color: "primary" | "secondary" | "error" }, __ref) => ( -); +)); const openedMixin = (theme: Theme): CSSObject => ({ width: theme.spacing(31),