diff --git a/src/components/common/input/CalcInput.jsx b/src/components/common/input/CalcInput.jsx index 8e60506b..d0158da6 100644 --- a/src/components/common/input/CalcInput.jsx +++ b/src/components/common/input/CalcInput.jsx @@ -361,13 +361,6 @@ export const CalculatorInput = ({ value, onChange, label, options = {}, id, clas ÷ - {/* 숫자 버튼 */} - {[7, 8, 9, 4, 5, 6, 1, 2, 3].map((num) => ( - - ))} - @@ -378,6 +371,12 @@ export const CalculatorInput = ({ value, onChange, label, options = {}, id, clas + + {/* 숫자 버튼 */} + {[1,2,3,4,5,6,7,8,9].map((num) => ( + + ))} {/* 0 버튼 */}