mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
exit menu was set at the end
This commit is contained in:
parent
d8c60c6f2c
commit
cdc0868282
1 changed files with 5 additions and 5 deletions
|
@ -114,17 +114,17 @@ class IntlHelperBarView extends React.Component{
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
this.fireCommand('locale gl; levels');
|
this.fireCommand('locale gl; levels');
|
||||||
}.bind(this)
|
}.bind(this)
|
||||||
}, {
|
|
||||||
icon: 'signout',
|
|
||||||
onClick: function() {
|
|
||||||
this.props.onExit();
|
|
||||||
}.bind(this)
|
|
||||||
}, {
|
}, {
|
||||||
text: 'Slovensko',
|
text: 'Slovensko',
|
||||||
testID: 'slovenian',
|
testID: 'slovenian',
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
this.fireCommand('locale sl_SI; levels');
|
this.fireCommand('locale sl_SI; levels');
|
||||||
}.bind(this)
|
}.bind(this)
|
||||||
|
}, {
|
||||||
|
icon: 'signout',
|
||||||
|
onClick: function() {
|
||||||
|
this.props.onExit();
|
||||||
|
}.bind(this)
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue