This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
henry/feat: useTicksHistory and useActiveSymbols hooks #193
Annotations
5 errors
Build and Test:
src/api/hooks/useActiveSymbols.ts#L6
Property 'isLoggedIn' does not exist on type '{ is_logged_in: boolean; isAuthorized: boolean; }'.
|
Build and Test:
src/components/layout/header/Header.tsx#L9
Property 'isLoggedIn' does not exist on type '{ is_logged_in: boolean; isAuthorized: boolean; }'.
|
Build and Test:
src/components/layout/header/__test__/Header.test.tsx#L20
Argument of type '{ isLoggedIn: boolean; isAuthorized: true; }' is not assignable to parameter of type '{ is_logged_in: boolean; isAuthorized: boolean; }'.
|
Build and Test:
src/components/layout/header/__test__/Header.test.tsx#L27
Argument of type '{ isLoggedIn: boolean; isAuthorized: true; }' is not assignable to parameter of type '{ is_logged_in: boolean; isAuthorized: boolean; }'.
|
Build and Test
Process completed with exit code 2.
|