kopia lustrzana https://github.com/bugout-dev/moonstream
Removed console.log
rodzic
afc4b7af3c
commit
2ac0277d81
|
@ -24,8 +24,6 @@ const EthereumMempoolCard_ = ({ entry, showOnboardingTooltips, className }) => {
|
||||||
const { onCopy, hasCopied } = useClipboard(copyString, 1);
|
const { onCopy, hasCopied } = useClipboard(copyString, 1);
|
||||||
const toast = useToast();
|
const toast = useToast();
|
||||||
|
|
||||||
console.log("GREEN RAIN:", subscriptionsCache.data);
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (hasCopied && copyString) {
|
if (hasCopied && copyString) {
|
||||||
toast("Copied to clipboard", "success");
|
toast("Copied to clipboard", "success");
|
||||||
|
|
Ładowanie…
Reference in New Issue