adds shareModal to channel page #2088

Merged
jessopb merged 3 commits from channelShare into master 2018-11-05 16:31:42 +01:00
Showing only changes of commit 45339f8197 - Show all commits

View file

@ -103,7 +103,7 @@ class ChannelPage extends React.PureComponent<Props> {
button="alt"
icon={icons.GLOBE}
label={__('Share Channel')}
onClick={() => openModal({ id: MODALS.SOCIAL_SHARE }, { uri, speechShareable:'true' })}
onClick={() => openModal({ id: MODALS.SOCIAL_SHARE }, { uri, speechShareable: true })}
/>
</div>
<section className="card__content">{contentList}</section>