webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTable.js in katello-3.15.2 vs webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTable.js in katello-3.15.3

- old
+ new

@@ -274,9 +274,11 @@ emptyState: PropTypes.shape({}).isRequired, canManageSubscriptionAllocations: PropTypes.bool, subscriptions: PropTypes.shape({ loading: PropTypes.bool, availableQuantities: PropTypes.shape({}), + // Disabling rule as existing code failed due to an eslint-plugin-react update + // eslint-disable-next-line react/forbid-prop-types results: PropTypes.array, }).isRequired, subscriptionDeleteModalOpen: PropTypes.bool.isRequired, onDeleteSubscriptions: PropTypes.func.isRequired, onSubscriptionDeleteModalClose: PropTypes.func.isRequired,