Added keys to layout items in ui/index
fixes the error displaying in console for missing keys
This commit is contained in:
parent
0ba57e695a
commit
57bc960da0
@ -111,8 +111,8 @@ const LAYOUT = {
|
|||||||
},
|
},
|
||||||
DEFAULT: {
|
DEFAULT: {
|
||||||
LEFT: [
|
LEFT: [
|
||||||
<WhoToFollowPanel />,
|
<WhoToFollowPanel key='0' />,
|
||||||
<LinkFooter />,
|
<LinkFooter key='1' />,
|
||||||
],
|
],
|
||||||
RIGHT: [
|
RIGHT: [
|
||||||
// <TrendsPanel />,
|
// <TrendsPanel />,
|
||||||
@ -122,9 +122,9 @@ const LAYOUT = {
|
|||||||
TOP: null,
|
TOP: null,
|
||||||
LEFT: null,
|
LEFT: null,
|
||||||
RIGHT: [
|
RIGHT: [
|
||||||
<WhoToFollowPanel />,
|
<WhoToFollowPanel key='0' />,
|
||||||
// <TrendsPanel />,
|
// <TrendsPanel />,
|
||||||
<LinkFooter />,
|
<LinkFooter key='1' />,
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user