From 22ef9f0f336bde605c41963a718fd2929c1b4aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Iv=C3=A1n=20L=C3=B3pez=20Gonz=C3=A1lez?= Date: Wed, 3 Apr 2024 12:54:17 +0100 Subject: [PATCH] web: Add todo notes for unused components --- web/src/components/storage/device-utils.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/components/storage/device-utils.jsx b/web/src/components/storage/device-utils.jsx index 34e54715d4..d2f89962f7 100644 --- a/web/src/components/storage/device-utils.jsx +++ b/web/src/components/storage/device-utils.jsx @@ -221,6 +221,8 @@ const DeviceItem = ({ device }) => { }; /** + * @todo This component is not used anymore. Remove it. + * * Component for listing storage devices. * @component * @@ -246,6 +248,8 @@ const DeviceList = ({ devices, ...itemProps }) => { const renderDeviceOption = (device) => ; /** + * @todo This component is not used anymore. Remove it. + * * Component for selecting storage devices. * @component *