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",
|
||||
"/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,
|
||||
|
||||
@ -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 @@
|
||||
>
|
||||
<NextEarnings {data} />
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div
|
||||
class="w-full mt-10 sm:mt-0 m-auto sm:pl-6 sm:pb-6 {Object?.keys(
|
||||
data?.getBullBearSay || {},
|
||||
@ -1398,6 +1398,7 @@
|
||||
>
|
||||
<BullBearSay {data} />
|
||||
</div>
|
||||
-->
|
||||
|
||||
<div
|
||||
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