From b31643e890443ce5388b3a7d90967a6e8f0b41d0 Mon Sep 17 00:00:00 2001 From: stefano-lacorazza <112132737+stefano-lacorazza@users.noreply.github.com> Date: Fri, 27 Sep 2024 05:00:40 -0500 Subject: [PATCH] OV-369: * change properties name in instructions.tsx --- .../create-avatar/components/instruction/instruction.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (