Fix remaining RoomView conflict
RoomContext was pulled out to its own file.pull/21833/head
parent
3e5cc9550b
commit
727ce892de
|
@ -66,17 +66,7 @@ if (DEBUG) {
|
||||||
debuglog = console.log.bind(console);
|
debuglog = console.log.bind(console);
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
export const RoomContext = PropTypes.shape({
|
|
||||||
canReact: PropTypes.bool.isRequired,
|
|
||||||
canReply: PropTypes.bool.isRequired,
|
|
||||||
room: PropTypes.instanceOf(Room),
|
|
||||||
});
|
|
||||||
|
|
||||||
export default createReactClass({
|
export default createReactClass({
|
||||||
=======
|
|
||||||
module.exports = createReactClass({
|
|
||||||
>>>>>>> develop
|
|
||||||
displayName: 'RoomView',
|
displayName: 'RoomView',
|
||||||
propTypes: {
|
propTypes: {
|
||||||
ConferenceHandler: PropTypes.any,
|
ConferenceHandler: PropTypes.any,
|
||||||
|
|
Loading…
Reference in New Issue