change response file & request get user-profile & change design dashboard page & handle limit page dashboard
This commit is contained in:
@@ -4,7 +4,7 @@ import { useState } from "react";
|
||||
|
||||
import userData from "@/data/userData.json";
|
||||
import DashboardPage from "@/components/dashboard";
|
||||
import UserAccountPage from "@/components/dashboard/userAccount/UserAccount";
|
||||
import UserAccountPage from "./userAccount";
|
||||
|
||||
function Content({ matchedCity }) {
|
||||
const [value, setValue] = useState(0);
|
||||
@@ -15,7 +15,7 @@ function Content({ matchedCity }) {
|
||||
<DashboardPage
|
||||
value={value}
|
||||
setValue={setValue}
|
||||
user={userData.data}
|
||||
user={userData.data}
|
||||
isOpenSide={isOpenSide}
|
||||
matchedCity={matchedCity}
|
||||
setIsOpenSide={setIsOpenSide}
|
||||
|
||||
Reference in New Issue
Block a user