From 187c77644589f4d50c6fdbc7178c09ec34e98fdc Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Mon, 6 Jan 2025 16:24:50 +0200 Subject: [PATCH] Remove TODO, we keep the name of the component like it is --- ui/src/common/SettingsDialog.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/common/SettingsDialog.tsx b/ui/src/common/SettingsDialog.tsx index 5988faa2..a1f9398e 100644 --- a/ui/src/common/SettingsDialog.tsx +++ b/ui/src/common/SettingsDialog.tsx @@ -13,7 +13,6 @@ interface IProps { fClose: VoidFunction; } -// TODO: rename to ChangePasswordDialog const SettingsDialog = ({fClose}: IProps) => { const dispatch = useAppDispatch(); const [pass, setPass] = useState('');