caipin 4 năm trước cách đây
mục cha
commit
b195ec0b69
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/Account/Information/index.tsx

+ 1 - 1
src/pages/Account/Information/index.tsx

@@ -14,7 +14,7 @@ interface iUserInfo {
   position: string
   telephone: string
 }
-export default function info() {
+export default function Info() {
   const [ form ] = Form.useForm() 
   const [ loading, setLoading ] = useState<boolean>(false)
   const [ accountInfo, setAccountInfo ] = useState<iUserInfo>({