We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8b8d8 commit cf0f7c2Copy full SHA for cf0f7c2
index.js
@@ -143,7 +143,7 @@ class SvgUri extends Component{
143
144
// Remove empty strings from children array
145
trimElementChilden(children) {
146
- for (child of children) {
+ for (let child of children) {
147
if (typeof child === 'string') {
148
if (child.trim.length === 0)
149
children.splice(children.indexOf(child), 1);
0 commit comments