We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82959b commit 7cdedc7Copy full SHA for 7cdedc7
1 file changed
gui/src/components/commons/BodyPartIcon.tsx
@@ -125,6 +125,8 @@ export const mapPart: Record<
125
<FingersIcon width={width} />
126
),
127
[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} />
130
};
131
132
export function BodyPartIcon({
0 commit comments