import React from 'react'; import './wallet.scss'; import {Blockie, Tooltip, Avatar} from 'rimble-ui'; interface Props { channelId?: string; } export const ChannelId = (props: Props) => { if (props.channelId) { return ( ); } else return