mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 14:44:28 +02:00
exit menu was set at the end
This commit is contained in:
parent
031a6b88de
commit
13ef86dfda
1 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue