mirror of
https://github.com/FlipsideCrypto/flipside-js.git
synced 2026-02-06 10:48:11 +00:00
remove messaging
This commit is contained in:
parent
135f6f9a6b
commit
837ff75f7e
@ -1,13 +1,6 @@
|
||||
import { h } from "preact";
|
||||
import * as css from "./style.css";
|
||||
|
||||
const NoDataMessage = () => (
|
||||
<p class={css.wrapper}>
|
||||
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 <a href="mailto:data@flipsidecrypto.com">data@flipsidecrypto.com</a>
|
||||
.
|
||||
</p>
|
||||
);
|
||||
const NoDataMessage = () => <div></div>;
|
||||
|
||||
export default NoDataMessage;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user