|
@@ -77,8 +77,7 @@ const BodyPositionList: React.FC<BodyPositionListProps> = ({
|
|
|
autoSelectFirstBodyPosition(bodyPositions, dispatch, currentKey).catch(
|
|
|
(error) => {
|
|
|
message.error(
|
|
|
- 'Failed to auto-select the first body position',
|
|
|
- error
|
|
|
+ `Failed to auto-select the first body position ${error}`
|
|
|
);
|
|
|
}
|
|
|
);
|