diff --git a/frontend/src/bundles/create-avatar/components/instruction/instruction.tsx b/frontend/src/bundles/create-avatar/components/instruction/instruction.tsx index b96c3e780..741d26bce 100644 --- a/frontend/src/bundles/create-avatar/components/instruction/instruction.tsx +++ b/frontend/src/bundles/create-avatar/components/instruction/instruction.tsx @@ -22,11 +22,11 @@ const avoidListItems = [ 'Hand gestures above the chest or pointing gestures', ]; -type InstructionProperties = { +type Properties = { onClickNext: () => void; }; -const Instruction: React.FC = ({ onClickNext }) => { +const Instruction: React.FC = ({ onClickNext }) => { return (