[Glitch] fix: initial state of PrivacyDropdown is should not be null

Port bebe8ec887 to glitch-soc
This commit is contained in:
Thibaut Girka 2018-10-22 18:41:34 +02:00
parent 1bb23d0407
commit 323ae1403a

View file

@ -131,7 +131,7 @@ export default class ComposerOptionsDropdown extends React.PureComponent {
this.state = { this.state = {
needsModalUpdate: false, needsModalUpdate: false,
open: false, open: false,
placement: null, placement: 'bottom',
}; };
} }