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: {
|
||||
LEFT: [
|
||||
<WhoToFollowPanel />,
|
||||
<LinkFooter />,
|
||||
<WhoToFollowPanel key='0' />,
|
||||
<LinkFooter key='1' />,
|
||||
],
|
||||
RIGHT: [
|
||||
// <TrendsPanel />,
|
||||
@ -122,9 +122,9 @@ const LAYOUT = {
|
||||
TOP: null,
|
||||
LEFT: null,
|
||||
RIGHT: [
|
||||
<WhoToFollowPanel />,
|
||||
<WhoToFollowPanel key='0' />,
|
||||
// <TrendsPanel />,
|
||||
<LinkFooter />,
|
||||
<LinkFooter key='1' />,
|
||||
],
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user