Skip to content

Commit

Permalink
Update apps/builder/app/builder/features/style-panel/style-layers-lis…
Browse files Browse the repository at this point in the history
…t.tsx

Co-authored-by: Oleg Isonen <[email protected]>
  • Loading branch information
JayaKrishnaNamburu and kof authored May 10, 2024
1 parent 58b9daa commit 93b0527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const LayersList = ({
<Flex direction="column" ref={sortableRefCallback}>
{value.value.map((layer, index) => {
if (layer.type !== "tuple" && layer.type !== "function") {
return null;
return;
}
const id = String(index);
const properties = extractPropertiesFromLayer(layer);
Expand Down

0 comments on commit 93b0527

Please sign in to comment.