Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Sep 18, 2024
1 parent 968a31f commit 326040f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pigment-css-react/src/processors/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ export class StyledProcessor extends BaseProcessor {
);
}
if (styleObj.isProcessed) {
styleObj = styleObj.style
styleObj = styleObj.style;
} else {
delete styleObj.variants;
}
Expand Down

0 comments on commit 326040f

Please sign in to comment.