change space page user-account

This commit is contained in:
Ehsan
2024-10-11 19:35:59 +03:30
parent 934d16195b
commit aef29b5145
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import BgGray from "@/components/layoutPanel/sidebar/BgGray";
function LayoutPanel({ children }) {
const pathname = usePathname();
const [active, setActive] = useState(false);
const [open, setOpen] = useState(false);
const [open, setOpen] = useState(true);
const [loading, setLoading] = useState(true);
useEffect(() => {