Skip to content

Commit c284c45

Browse files
committed
Add controller inputs
1 parent c465325 commit c284c45

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gui/src/components/commons/BodyPartIcon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ export const mapPart: Record<
125125
<FingersIcon width={width} />
126126
),
127127
[BodyPart.RIGHT_LITTLE_DISTAL]: ({ width }) => <FingersIcon width={width} />,
128+
[BodyPart.LEFT_HAND_INPUT]: ({ width }) => <FingersIcon width={width} />,
129+
[BodyPart.RIGHT_HAND_INPUT]: ({ width }) => <FingersIcon width={width} />
128130
};
129131

130132
export function BodyPartIcon({

0 commit comments

Comments
 (0)