From bc0cfe0b24c4bf515de617283e470b932acee0f7 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sat, 7 Dec 2024 15:17:51 +0100 Subject: [PATCH] remove bull bear say --- src/routes/stocks/[tickerID]/+layout.server.ts | 3 --- src/routes/stocks/[tickerID]/+page.svelte | 5 +++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/routes/stocks/[tickerID]/+layout.server.ts b/src/routes/stocks/[tickerID]/+layout.server.ts index 98e6c80a..6ca01d42 100644 --- a/src/routes/stocks/[tickerID]/+layout.server.ts +++ b/src/routes/stocks/[tickerID]/+layout.server.ts @@ -51,7 +51,6 @@ export const load = async ({ params, locals }) => { "/analyst-summary-rating", "/stock-quote", "/pre-post-quote", - "/bull-bear-say", "/wiim", "/one-day-price", "/next-earnings", @@ -71,7 +70,6 @@ export const load = async ({ params, locals }) => { getAnalystRating, getStockQuote, getPrePostQuote, - getBullBearSay, getWhyPriceMoved, getOneDayPrice, getNextEarnings, @@ -87,7 +85,6 @@ export const load = async ({ params, locals }) => { getAnalystRating, getStockQuote, getPrePostQuote, - getBullBearSay, getWhyPriceMoved, getOneDayPrice, getNextEarnings, diff --git a/src/routes/stocks/[tickerID]/+page.svelte b/src/routes/stocks/[tickerID]/+page.svelte index a9547260..7de1040e 100644 --- a/src/routes/stocks/[tickerID]/+page.svelte +++ b/src/routes/stocks/[tickerID]/+page.svelte @@ -16,7 +16,7 @@ priceChartData, } from "$lib/store"; import { onDestroy, onMount } from "svelte"; - import BullBearSay from "$lib/components/BullBearSay.svelte"; + //import BullBearSay from "$lib/components/BullBearSay.svelte"; import WIIM from "$lib/components/WIIM.svelte"; import News from "$lib/components/News.svelte"; @@ -1388,7 +1388,7 @@ > - +