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,
|
||||
},
|
||||
DEFAULT: {
|
||||
LEFT: [
|
||||
<LinkFooter key='1' />,
|
||||
],
|
||||
LEFT: null,
|
||||
RIGHT: [
|
||||
<FeaturesPanel key='0' />,
|
||||
<LinkFooter key='1' />,
|
||||
],
|
||||
},
|
||||
STATUS: {
|
||||
|
|
Loading…
Reference in a new issue