Always have LinkFooter on the right side
This commit is contained in:
parent
a032369d33
commit
5040bca304
|
@ -154,11 +154,10 @@ const LAYOUT = {
|
|||
RIGHT: null,
|
||||
},
|
||||
DEFAULT: {
|
||||
LEFT: [
|
||||
<LinkFooter key='1' />,
|
||||
],
|
||||
LEFT: null,
|
||||
RIGHT: [
|
||||
<FeaturesPanel key='0' />,
|
||||
<LinkFooter key='1' />,
|
||||
],
|
||||
},
|
||||
STATUS: {
|
||||
|
|
Loading…
Reference in New Issue