Skip to content

Commit 21422ff

Browse files
authored
Update index.js
1 parent 380545a commit 21422ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/PackageIcon/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types'
33

44
export default class PackageIcon extends React.PureComponent {
55
render () {
6-
switch (this.props.package.source) {
6+
switch (this.props.package.iconSource) {
77
case 'fa': {
88
return (
99

0 commit comments

Comments
 (0)