Added Price Formatter to this files

This commit is contained in:
2023-06-19 22:27:01 +01:00
parent 3c87a67581
commit 6eed7bf1f3
6 changed files with 230 additions and 198 deletions
+3 -3
View File
@@ -135,7 +135,7 @@ export default function MyJobTable({ MyJobList, reloadJobList, className }) {
onClick={() => {
setDeleteJobPopout({
show: true,
data: value,
data: {thePrice, ...value}
});
}}
>
@@ -148,7 +148,7 @@ export default function MyJobTable({ MyJobList, reloadJobList, className }) {
onClick={() => {
setEditJob({
show: true,
data: value,
data: {thePrice, ...value}
});
}}
>
@@ -162,7 +162,7 @@ export default function MyJobTable({ MyJobList, reloadJobList, className }) {
<button
type="button"
onClick={() => {
setJobPopout({ show: true, data: value });
setJobPopout({ show: true, data: {thePrice, ...value} });
}}
className="w-20 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white"
>