Skip to content

Commit

Permalink
fix(config): incorrect module condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Apr 12, 2021
1 parent e31e136 commit ffaccff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/federated-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = ({
...dependencies['react-router-dom'] ? [{ 'react-router-dom': { requiredVersion: dependencies['react-router-dom'] } }] : [],
...dependencies['@patternfly/react-table'] ? [{ '@patternfly/react-table': { requiredVersion: dependencies['@patternfly/react-table'] } }] : [],
...dependencies['@patternfly/react-core'] ? [{ '@patternfly/react-core': { requiredVersion: dependencies['@patternfly/react-core'] } }] : [],
...dependencies['@patternfly/react-core'] ? [{ '@patternfly/react-icons': { requiredVersion: dependencies['@patternfly/react-icons'] } }] : [],
...dependencies['@patternfly/react-icons'] ? [{ '@patternfly/react-icons': { requiredVersion: dependencies['@patternfly/react-icons'] } }] : [],
{
'@patternfly/react-tokens': {
...dependencies['@patternfly/react-tokens'] && {
Expand Down

0 comments on commit ffaccff

Please sign in to comment.