From 580e958be94cc77a4647b781486db7c2393246a3 Mon Sep 17 00:00:00 2001 From: Pronwattana Wattanathamrong <120812215+guzamak@users.noreply.github.com> Date: Sun, 21 Jul 2024 16:35:35 +0700 Subject: [PATCH] Update box1.js --- app/components/box1.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }