remove channel edit notice

This commit is contained in:
Jeremy Kauffman 2019-11-07 12:12:56 -05:00 committed by Sean Yesmunt
parent a4d5ec1cc4
commit eedaf56ee0

View file

@ -101,14 +101,6 @@ function ChannelForm(props: Props) {
// TODO clear and bail after submit
return (
<section className={'card--section'}>
<div className="card__subtitle">
<p>{__('We can explain...')}</p>
<p>
{__(
"We know this page won't win any design awards, we just wanted to release a very basic version that works so people can use it right now. There is a much nicer version being worked on."
)}
</p>
</div>
<Form
onSubmit={() => {
updateChannel(params);