remove field name

This commit is contained in:
Ehsan
2024-10-23 02:07:06 +03:30
parent 09532bc47d
commit 783a1e7e2d
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import Tab from "./Tab";
const listTab = ["حساب کاربری", "حساب بانکی"];
function UserAccountPage({ data }) {
const [value, setValue] = useState(1);
const [value, setValue] = useState(0);
const [loading, setLoading] = useState(true);
useEffect(() => {