Skip to content

Commit

Permalink
refactor: no need type
Browse files Browse the repository at this point in the history
  • Loading branch information
tcsola authored and tcsola committed Sep 26, 2024
1 parent d18ff76 commit cb64e9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/beta/features/AccountAndWorkSpaceSetting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const AccountAndWorkSpaceSetting: FC<Props> = ({ tab }) => {
[t]
);
const { meData, passwordPolicy, handleUpdateUserPassword } = useHook();
console.log(meData);
const { name, email } = meData;

return (
Expand Down

0 comments on commit cb64e9d

Please sign in to comment.