Browse Source

:art: formatting

visuddhinanda 11 months ago
parent
commit
936b291254
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dashboard-v4/dashboard/src/components/nut/users/ResetPassword.tsx

+ 0 - 1
dashboard-v4/dashboard/src/components/nut/users/ResetPassword.tsx

@@ -141,7 +141,6 @@ const Widget = ({ token }: IWidget) => {
             name="password"
             fieldProps={{
               type: "password",
-
               iconRender: (visible) =>
                 visible ? <EyeTwoTone /> : <EyeInvisibleOutlined />,
             }}