+ {
+ (selectedPlaforms.length == 0 ? platforms : selectedPlaforms).map(({ value: platform }) => {
+ return (selectedShapes.length == 0 ? shapes : selectedShapes).map(({ value: shape }) => {
+ return (selectedColors.length == 0 ? colors : selectedColors).map(({ value: color }) => {
+ return (selectedBackgrounds.length == 0 ? backgrounds : selectedBackgrounds).map(({ value: background }) => {
+ return (
+
+ )
+ })
+ })
+ })
+ })
+ }
+
+