\n {\n [1,2,3,4,5,6,7,8,9].map((number) => {\n if (numberSelected === number.toString()) {\n return (\n
onClickNumber(number.toString())}>{number}
\n )\n } else {\n return (\n
onClickNumber(number.toString())}>{number}
\n )\n }\n })\n }\n
\n )\n}\n","import React from 'react';\n\ntype ActionProps = {\n action: string,\n onClickAction: () => void\n};\n\ntype SvgProps = {\n action: string\n};\n\n/**\n * Return the SVGs of the Action buttons in the Status Section.\n */\nconst Svg = (props: SvgProps) => {\n if (props.action === 'undo') {\n return (\n