Skip to content

Commit

Permalink
web: Add todo notes for unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Apr 3, 2024
1 parent 5783762 commit 22ef9f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/src/components/storage/device-utils.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ const DeviceItem = ({ device }) => {
};

/**
* @todo This component is not used anymore. Remove it.
*
* Component for listing storage devices.
* @component
*
Expand All @@ -246,6 +248,8 @@ const DeviceList = ({ devices, ...itemProps }) => {
const renderDeviceOption = (device) => <DeviceItem device={device} />;

/**
* @todo This component is not used anymore. Remove it.
*
* Component for selecting storage devices.
* @component
*
Expand Down

0 comments on commit 22ef9f0

Please sign in to comment.