Skip to content

Commit a60400e

Browse files
committed
chore: putout: actions: lint ☘️
1 parent a6e0fa1 commit a60400e

File tree

1 file changed

+1
-0
lines changed
  • packages/operator-jsx/lib

1 file changed

+1
-0
lines changed

packages/operator-jsx/lib/jsx.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ function removeAttributeValue(path, name, attributeValue) {
9797
const newValue = value
9898
.replace(RegExp(`\\s?${attributeValue}`), '')
9999
.trim();
100+
100101
setLiteralValue(classAttribute.value, newValue);
101102
}
102103

0 commit comments

Comments
 (0)