diff --git a/app/components/box1.js b/app/components/box1.js index 0ffdb1a..be9e003 100644 --- a/app/components/box1.js +++ b/app/components/box1.js @@ -78,7 +78,7 @@ export default function Box1({ salary }) { return (
Salary : {salary}
+เงินเดือน : {salary}
reduction : {tax - reduction <= 0 ? 0: tax - reduction }
+ภาษี : {tax - reduction <= 0 ? 0: tax - reduction }