diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-24 15:59:02 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-24 15:59:02 -0800 |
| commit | 174cbcc1a1667b254d19bca31463f900845ea8ee (patch) | |
| tree | fbb3a66fdf5c248834170f9ec21b5146dfc095d7 | |
| parent | f62f7f49c72ceffccc67f94855a70499d4e12b56 (diff) | |
temorarily remove 7d graph from prod
| -rw-r--r-- | src/pages/stats/[slug].tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pages/stats/[slug].tsx b/src/pages/stats/[slug].tsx index 1971c1e..d02d665 100644 --- a/src/pages/stats/[slug].tsx +++ b/src/pages/stats/[slug].tsx @@ -57,9 +57,6 @@ export default function Page() { <div className="mb-12"> <DataChart channel_name={slug as string}/> </div> - <div className="mb-4"> - <DataChart channel_name={slug as string} requestUrl={`${process.env.NEXT_PUBLIC_API_URL}/api/subscribers/${slug as string}/7d`} graphTitle="7 Day Historical"/> - </div> </div> </> ); |
