Always have LinkFooter on the right side
This commit is contained in:
parent
a032369d33
commit
5040bca304
1 changed files with 2 additions and 3 deletions
|
@ -154,11 +154,10 @@ const LAYOUT = {
|
||||||
RIGHT: null,
|
RIGHT: null,
|
||||||
},
|
},
|
||||||
DEFAULT: {
|
DEFAULT: {
|
||||||
LEFT: [
|
LEFT: null,
|
||||||
<LinkFooter key='1' />,
|
|
||||||
],
|
|
||||||
RIGHT: [
|
RIGHT: [
|
||||||
<FeaturesPanel key='0' />,
|
<FeaturesPanel key='0' />,
|
||||||
|
<LinkFooter key='1' />,
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
STATUS: {
|
STATUS: {
|
||||||
|
|
Loading…
Reference in a new issue