mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Properly gate calendar feature on-off
This commit is contained in:
committed by
Lyubo Marinov
parent
09482f053b
commit
374e3ccf2c
@@ -267,7 +267,7 @@ class ConferenceNotification extends Component<Props, State> {
|
||||
* _eventList: Array
|
||||
* }}
|
||||
*/
|
||||
export function _mapStateToProps(state: Object) {
|
||||
function _mapStateToProps(state: Object) {
|
||||
const { locationURL } = state['features/base/connection'];
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user