Remove redundant event listener
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
							parent
							
								
									6196c03c0a
								
							
						
					
					
						commit
						a16a6d2b54
					
				|  | @ -31,7 +31,6 @@ import {SetRightPanelPhasePayload} from "../../../dispatcher/payloads/SetRightPa | |||
| import Modal from "../../../Modal"; | ||||
| import ShareDialog from '../dialogs/ShareDialog'; | ||||
| import {useEventEmitter} from "../../../hooks/useEventEmitter"; | ||||
| import WidgetEchoStore from "../../../stores/WidgetEchoStore"; | ||||
| import WidgetUtils from "../../../utils/WidgetUtils"; | ||||
| import {IntegrationManagers} from "../../../integrations/IntegrationManagers"; | ||||
| import SettingsStore from "../../../settings/SettingsStore"; | ||||
|  | @ -77,7 +76,6 @@ export const useWidgets = (room: Room) => { | |||
|     }, [room]); | ||||
| 
 | ||||
|     useEffect(updateApps, [room]); | ||||
|     useEventEmitter(WidgetEchoStore, "update", updateApps); | ||||
|     useEventEmitter(WidgetStore.instance, room.roomId, updateApps); | ||||
| 
 | ||||
|     return apps; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Michael Telatynski
						Michael Telatynski