fix typo in PosePicker

This commit is contained in:
Emi Matchu 2020-08-31 23:08:03 -07:00
parent 47f55b1c3e
commit e40ec9bb05

View file

@ -321,7 +321,7 @@ function PoseOption({
poseInfo, poseInfo,
onChange, onChange,
inputRef, inputRef,
size = "50px", size = "md",
label, label,
...otherProps ...otherProps
}) { }) {