Add validation for onMuteNotifications (#6092)
* Add aria-autocomplete='list' in Textaria ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete * Make detect empty string brefore assign upload description * Change code elements in keyboard-shortcuts component to kbd * Add validation for onMuteNotifications
This commit is contained in:
		
							parent
							
								
									59a50e6489
								
							
						
					
					
						commit
						fad20b7830
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -27,6 +27,7 @@ export default class Account extends ImmutablePureComponent { | |||
|     onFollow: PropTypes.func.isRequired, | ||||
|     onBlock: PropTypes.func.isRequired, | ||||
|     onMute: PropTypes.func.isRequired, | ||||
|     onMuteNotifications: PropTypes.func.isRequired, | ||||
|     intl: PropTypes.object.isRequired, | ||||
|     hidden: PropTypes.bool, | ||||
|   }; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue