File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -128,17 +128,6 @@ export class BranchHeader extends React.Component<
128
128
return (
129
129
< div className = { this . getBranchStyle ( ) } >
130
130
< div style = { { display : 'flex' } } >
131
- < div
132
- className = { this . getHistoryHeaderStyle ( ) }
133
- onClick = {
134
- this . props . sideBarExpanded
135
- ? null
136
- : ( ) => this . props . toggleSidebar ( )
137
- }
138
- title = { 'Show commit history' }
139
- >
140
- < h3 className = { historyLabelStyle } > History</ h3 >
141
- </ div >
142
131
< div
143
132
className = { this . getBranchHeaderStyle ( ) }
144
133
onClick = {
@@ -184,6 +173,17 @@ export class BranchHeader extends React.Component<
184
173
</ h3 >
185
174
) }
186
175
</ div >
176
+ < div
177
+ className = { this . getHistoryHeaderStyle ( ) }
178
+ onClick = {
179
+ this . props . sideBarExpanded
180
+ ? null
181
+ : ( ) => this . props . toggleSidebar ( )
182
+ }
183
+ title = { 'Show commit history' }
184
+ >
185
+ < h3 className = { historyLabelStyle } > History</ h3 >
186
+ </ div >
187
187
</ div >
188
188
{ ! this . props . sideBarExpanded && (
189
189
< React . Fragment >
You can’t perform that action at this time.
0 commit comments