diff --git a/packages/orbit-components/src/Seat/components/SeatLegend/index.tsx b/packages/orbit-components/src/Seat/components/SeatLegend/index.tsx index 5b1cb69a69..99cd306fa1 100644 --- a/packages/orbit-components/src/Seat/components/SeatLegend/index.tsx +++ b/packages/orbit-components/src/Seat/components/SeatLegend/index.tsx @@ -8,10 +8,17 @@ import Text from "../../../Text"; import { TYPES } from "../../consts"; import type { Props } from "./types"; -const SeatLegend = ({ type = TYPES.DEFAULT, label, dataTest, "aria-label": ariaLabel }: Props) => { +const SeatLegend = ({ + type = TYPES.DEFAULT, + label, + dataTest, + "aria-label": ariaLabel, + id, +}: Props) => { return (