fix: initial state of PrivacyDropdown is should not be null (#9008)

lolsob-rspec
takayamaki 2018-10-19 07:00:19 +09:00 committed by Eugen Rochko
parent 4d611170f2
commit 8f0c64baf1
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class PrivacyDropdown extends React.PureComponent {
state = {
open: false,
placement: null,
placement: 'bottom',
};
handleToggle = ({ target }) => {