Skip to content

Commit 2ed5e08

Browse files
committed
rebuilt library
1 parent 1985e3b commit 2ed5e08

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

index.es.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2714,8 +2714,9 @@ function FontAwesomeIcon$1(props) {
27142714
var extraProps = {}
27152715

27162716
Object.keys(props).forEach(function(key) {
2717-
if (!FontAwesomeIcon$1.defaultProps.hasOwnProperty(key))
2717+
if (!FontAwesomeIcon$1.defaultProps.hasOwnProperty(key)) {
27182718
extraProps[key] = props[key]
2719+
}
27192720
})
27202721

27212722
return convertCurry(abstract[0], extraProps)

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2789,8 +2789,9 @@
27892789
var extraProps = {}
27902790

27912791
Object.keys(props).forEach(function(key) {
2792-
if (!FontAwesomeIcon$1.defaultProps.hasOwnProperty(key))
2792+
if (!FontAwesomeIcon$1.defaultProps.hasOwnProperty(key)) {
27932793
extraProps[key] = props[key]
2794+
}
27942795
})
27952796

27962797
return convertCurry(abstract[0], extraProps)

0 commit comments

Comments
 (0)