Skip to content

Commit

Permalink
Remove TODO, we keep the name of the component like it is
Browse files Browse the repository at this point in the history
  • Loading branch information
mfechner committed Jan 6, 2025
1 parent d2844c2 commit 187c776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/common/SettingsDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ interface IProps {
fClose: VoidFunction;
}

// TODO: rename to ChangePasswordDialog
const SettingsDialog = ({fClose}: IProps) => {
const dispatch = useAppDispatch();
const [pass, setPass] = useState('');
Expand Down

0 comments on commit 187c776

Please sign in to comment.