fix: initial state of PrivacyDropdown is should not be null (#9008)
This commit is contained in:
		@@ -164,7 +164,7 @@ class PrivacyDropdown extends React.PureComponent {
 | 
			
		||||
 | 
			
		||||
  state = {
 | 
			
		||||
    open: false,
 | 
			
		||||
    placement: null,
 | 
			
		||||
    placement: 'bottom',
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  handleToggle = ({ target }) => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user