Fix bug in radar creation
This commit is contained in:
11
radar/2016-02-02/languages-and-frameworks/react123.md
Normal file
11
radar/2016-02-02/languages-and-frameworks/react123.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: "React 123"
|
||||||
|
ring: trial
|
||||||
|
---
|
||||||
|
|
||||||
|
React blablab *React* - super "cool"
|
||||||
|
|
||||||
|
|
||||||
|
<!--except-->
|
||||||
|
|
||||||
|
Hier steht der Rest!
|
||||||
15
radar/2016-02-02/languages-and-frameworks/vue123.md
Normal file
15
radar/2016-02-02/languages-and-frameworks/vue123.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
title: "Vue 123"
|
||||||
|
ring: adopt
|
||||||
|
---
|
||||||
|
|
||||||
|
Hier steht eine Einleitung über *React* - super "cool"
|
||||||
|
|
||||||
|
Hier noch ein [link](http://www.google.de) zu google
|
||||||
|
|
||||||
|
<!--except-->
|
||||||
|
|
||||||
|
Hier steht der Rest!
|
||||||
|
|
||||||
|
History
|
||||||
|
-------
|
||||||
@@ -195,7 +195,7 @@ const addItemToQuadrant = (quadrant = {}, item) => ({
|
|||||||
[item.attributes.ring]: addItemToRing(quadrant[item.attributes.ring], item),
|
[item.attributes.ring]: addItemToRing(quadrant[item.attributes.ring], item),
|
||||||
});
|
});
|
||||||
|
|
||||||
const addItemToRing = (ring = [], item) => ({
|
const addItemToRing = (ring = [], item) => ([
|
||||||
...ring,
|
...ring,
|
||||||
item,
|
item,
|
||||||
});
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user