webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTable.js in katello-3.15.3.1 vs webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTable.js in katello-3.16.0.rc1
- old
+ new
@@ -274,11 +274,9 @@
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,