File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/client/components/main/WebRTC-composer Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,19 +49,19 @@ const WebRTCSessionEntryForm: React.FC<Props> = (props: Props) => {
4949 id = "rest-method"
5050 aria-haspopup = "true"
5151 aria-controls = "dropdown-menu"
52- onClick = { ( ) =>
53- setEntryTypeDropdownIsActive ( ! entryTypeDropdownIsActive )
54- }
52+ // onClick={() =>
53+ // setEntryTypeDropdownIsActive(!entryTypeDropdownIsActive)
54+ // }
5555 >
5656 < span > { newRequestWebRTC . webRTCEntryMode } </ span >
57- < span className = "icon is-medium" >
57+ { /* <span className="icon is-medium">
5858 <img
5959 src={dropDownArrow}
6060 className="arrow-drop-down is-awesome-icon"
6161 aria-hidden="true"
6262 alt="dropdown arrow"
6363 />
64- </ span >
64+ </span> */ }
6565 </ button >
6666 </ div >
6767
You can’t perform that action at this time.
0 commit comments