Skip to content

Commit

Permalink
chore: remove obsolete propType definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkholjuraev committed Apr 19, 2024
1 parent 5a6b686 commit e86b6ef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/routes/InventoryPage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { useState } from 'react';
import PropTypes from 'prop-types';
import './inventory.scss';
import Main from '@redhat-cloud-services/frontend-components/Main';
import HybridInventory from './InventoryComponents/HybridInventory';
Expand Down Expand Up @@ -35,11 +34,4 @@ const Inventory = (props) => {
);
};

Inventory.defaultProps = {
initialLoading: true,
notificationProp: PropTypes.object,
};
Inventory.propTypes = {
isImmutableTabOpen: PropTypes.bool,
};
export default Inventory;

0 comments on commit e86b6ef

Please sign in to comment.