remove bull bear say
This commit is contained in:
parent
866484d416
commit
bc0cfe0b24
@ -51,7 +51,6 @@ export const load = async ({ params, locals }) => {
|
|||||||
"/analyst-summary-rating",
|
"/analyst-summary-rating",
|
||||||
"/stock-quote",
|
"/stock-quote",
|
||||||
"/pre-post-quote",
|
"/pre-post-quote",
|
||||||
"/bull-bear-say",
|
|
||||||
"/wiim",
|
"/wiim",
|
||||||
"/one-day-price",
|
"/one-day-price",
|
||||||
"/next-earnings",
|
"/next-earnings",
|
||||||
@ -71,7 +70,6 @@ export const load = async ({ params, locals }) => {
|
|||||||
getAnalystRating,
|
getAnalystRating,
|
||||||
getStockQuote,
|
getStockQuote,
|
||||||
getPrePostQuote,
|
getPrePostQuote,
|
||||||
getBullBearSay,
|
|
||||||
getWhyPriceMoved,
|
getWhyPriceMoved,
|
||||||
getOneDayPrice,
|
getOneDayPrice,
|
||||||
getNextEarnings,
|
getNextEarnings,
|
||||||
@ -87,7 +85,6 @@ export const load = async ({ params, locals }) => {
|
|||||||
getAnalystRating,
|
getAnalystRating,
|
||||||
getStockQuote,
|
getStockQuote,
|
||||||
getPrePostQuote,
|
getPrePostQuote,
|
||||||
getBullBearSay,
|
|
||||||
getWhyPriceMoved,
|
getWhyPriceMoved,
|
||||||
getOneDayPrice,
|
getOneDayPrice,
|
||||||
getNextEarnings,
|
getNextEarnings,
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
priceChartData,
|
priceChartData,
|
||||||
} from "$lib/store";
|
} from "$lib/store";
|
||||||
import { onDestroy, onMount } from "svelte";
|
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 WIIM from "$lib/components/WIIM.svelte";
|
||||||
|
|
||||||
import News from "$lib/components/News.svelte";
|
import News from "$lib/components/News.svelte";
|
||||||
@ -1388,7 +1388,7 @@
|
|||||||
>
|
>
|
||||||
<NextEarnings {data} />
|
<NextEarnings {data} />
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<div
|
<div
|
||||||
class="w-full mt-10 sm:mt-0 m-auto sm:pl-6 sm:pb-6 {Object?.keys(
|
class="w-full mt-10 sm:mt-0 m-auto sm:pl-6 sm:pb-6 {Object?.keys(
|
||||||
data?.getBullBearSay || {},
|
data?.getBullBearSay || {},
|
||||||
@ -1398,6 +1398,7 @@
|
|||||||
>
|
>
|
||||||
<BullBearSay {data} />
|
<BullBearSay {data} />
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="w-full mt-10 sm:mt-0 m-auto sm:pl-6 sm:pb-6 {data
|
class="w-full mt-10 sm:mt-0 m-auto sm:pl-6 sm:pb-6 {data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user