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

Port 8f0c64baf1 to glitch-soc
This commit is contained in:
Thibaut Girka 2018-10-22 18:41:34 +02:00
parent 2159add1d6
commit 6651d4fa7c

View file

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