We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380545a commit 21422ffCopy full SHA for 21422ff
1 file changed
src/components/PackageIcon/index.js
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types'
3
4
export default class PackageIcon extends React.PureComponent {
5
render () {
6
- switch (this.props.package.source) {
+ switch (this.props.package.iconSource) {
7
case 'fa': {
8
return (
9
0 commit comments