Merge pull request #1386 from hmhealey/plt1097

PLT-1097 Added text to the edit channel purpose menu option on mobile
Этот коммит содержится в:
Christopher Speller
2015-11-10 15:35:59 -05:00
родитель 81ec1b3741 f7b099ffdb
Коммит e32b92052e

Просмотреть файл

@@ -140,7 +140,9 @@ export default class Navbar extends React.Component {
role='menuitem'
href='#'
onClick={() => this.setState({showEditChannelPurposeModal: true})}
/>
>
{'Set Channel Purpose...'}
</a>
</li>
);
}