This commit is contained in:
Sean Yesmunt 2018-11-05 10:29:21 -05:00
parent 2c6cc7de0f
commit 45339f8197

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>