From 837ff75f7e5caaa78bc964c56ae206532e85a4fd Mon Sep 17 00:00:00 2001 From: Don Cote Date: Thu, 16 Sep 2021 21:52:22 -0400 Subject: [PATCH] remove messaging --- src/components/noDataMessage/index.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/components/noDataMessage/index.tsx b/src/components/noDataMessage/index.tsx index 867a21a..b8e59f8 100644 --- a/src/components/noDataMessage/index.tsx +++ b/src/components/noDataMessage/index.tsx @@ -1,13 +1,6 @@ import { h } from "preact"; import * as css from "./style.css"; -const NoDataMessage = () => ( -

- Flipside Crypto does not currently track FCAS for this coin due to limited - data. In the event you are interested in discussing this coin, please - contact data@flipsidecrypto.com - . -

-); +const NoDataMessage = () =>
; export default NoDataMessage;