"chore: update frontend dev script to include lint checks and add ESLint config file"
This commit is contained in:
@@ -11,7 +11,7 @@ const metadata = { title: `User edit | Dashboard - ${CONFIG.appName}` };
|
||||
export default function Page() {
|
||||
const { id = '' } = useParams();
|
||||
|
||||
// TODO: remove me
|
||||
// TODO: remove unused code
|
||||
// const currentUser = _userList.find((user) => user.id === id);
|
||||
const { user } = useGetUser(id);
|
||||
|
||||
|
Reference in New Issue
Block a user