diff --git a/src/components/Checkbox/index.js b/src/components/Checkbox/index.js index 5ec709b..ba4e5f0 100644 --- a/src/components/Checkbox/index.js +++ b/src/components/Checkbox/index.js @@ -1,5 +1,5 @@ import React from "react"; -import './index.css'; +import "./index.css"; export default function Checkbox(props) { return ( @@ -16,8 +16,16 @@ export default function Checkbox(props) {
- {separate(productsLength ? factorInfo?.payPrice : 0) + " " + "تومان"} + {separate(productsLength ? factorInfo?.payPrice : 0) + + " " + + "تومان"}