You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// When currentMenu.market or currentMenu.group or currentMenu.inst changed, send a request to backend.const{ data, error }=useSWR(currentMenu.inst
? ["/api/playbackCharts",currentMenu.market,currentMenu.group,currentMenu.inst,]
: null,fetcher,);