import { h } from 'preact'; import PropTypes from 'prop-types'; export const ChannelDescriptionSection = ({ channelName, channelDescription, currentMembershipRole, }) => { return (
{channelDescription}
You are a channel {currentMembershipRole}