|
|
@ -162,11 +162,11 @@ const App = () => { |
|
|
{list.map(([key, el]) => ( |
|
|
{list.map(([key, el]) => ( |
|
|
<div |
|
|
<div |
|
|
className="block-wrapper" |
|
|
className="block-wrapper" |
|
|
style={{ ...el.style, backgroundImage: "nonde" }} |
|
|
|
|
|
|
|
|
key={key} |
|
|
|
|
|
style={{ ...el.style, backgroundImage: "none" }} |
|
|
> |
|
|
> |
|
|
<div |
|
|
<div |
|
|
className="block" |
|
|
className="block" |
|
|
key={key} |
|
|
|
|
|
style={{ backgroundImage: el.style.backgroundImage }} |
|
|
style={{ backgroundImage: el.style.backgroundImage }} |
|
|
onClick={(e) => { |
|
|
onClick={(e) => { |
|
|
if (!itemData) { |
|
|
if (!itemData) { |
|
|
|