exit menu was set at the end

This commit is contained in:
Olsza 2020-10-23 08:34:29 +02:00
parent 031a6b88de
commit 13ef86dfda

View file

@ -108,17 +108,17 @@ class IntlHelperBarView extends React.Component{
onClick: function() {
this.fireCommand('locale gl; levels');
}.bind(this)
}, {
icon: 'signout',
onClick: function() {
this.props.onExit();
}.bind(this)
}, {
text: 'Slovensko',
testID: 'slovenian',
onClick: function() {
this.fireCommand('locale sl_SI; levels');
}.bind(this)
}, {
icon: 'signout',
onClick: function() {
this.props.onExit();
}.bind(this)
}
];
}