fix myschedule - code copied instead of using existing component due to different data structure
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import React, { useState } from "react";
|
||||
import React, { useState, useEffect } from "react";
|
||||
import toast from "react-hot-toast";
|
||||
import { useRouter } from "next/router";
|
||||
import Link from "next/link";
|
||||
|
@ -15,11 +15,11 @@ const sidemenu = [
|
||||
text: "График",
|
||||
url: "/cart/calendar/schedule",
|
||||
},
|
||||
// {
|
||||
// id: "myshedule",
|
||||
// text: "Моя График",
|
||||
// url: "/cart/publishers/myschedule",
|
||||
// },
|
||||
{
|
||||
id: "myshedule",
|
||||
text: "Моя График",
|
||||
url: "/cart/publishers/myschedule",
|
||||
},
|
||||
{
|
||||
id: "locations",
|
||||
text: "Местоположения",
|
||||
|
Reference in New Issue
Block a user