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;