17 |
18 |
Created by 🐸
19 |
20 |
21 | {(coin?.creator as userInfo)?.name}
22 |
23 |
24 |
25 |
market cap: 32.25k{coin?.marketcap} [badge:👑]
26 |
replies: {coin?.replies}
27 |
28 | {coin?.name} [ticker: {coin?.ticker}]
29 |
30 |
31 | {componentKey === "coin" ? (
32 | coin?.description &&
{coin?.description}
33 | ) : (
34 | <>>
35 | )}
36 |