You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-10-29 14:29:29 +03:00 
			
		
		
		
	Fix "react error on share dialog" (#8170)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
		| @@ -155,7 +155,7 @@ export default class ShareDialog extends React.PureComponent<IProps, IState> { | |||||||
|             checkbox = <div> |             checkbox = <div> | ||||||
|                 <StyledCheckbox |                 <StyledCheckbox | ||||||
|                     checked={this.state.linkSpecificEvent} |                     checked={this.state.linkSpecificEvent} | ||||||
|                     onClick={this.onLinkSpecificEventCheckboxClick} |                     onChange={this.onLinkSpecificEventCheckboxClick} | ||||||
|                 > |                 > | ||||||
|                     { _t('Link to selected message') } |                     { _t('Link to selected message') } | ||||||
|                 </StyledCheckbox> |                 </StyledCheckbox> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user