Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

henry/feat: useTicksHistory and useActiveSymbols hooks #193

henry/feat: useTicksHistory and useActiveSymbols hooks

henry/feat: useTicksHistory and useActiveSymbols hooks #193

Triggered via pull request November 20, 2023 02:05
Status Failure
Total duration 41s
Artifacts

pull-request.yml

on: pull_request
Build and Test
31s
Build and Test
Fit to window
Zoom out
Zoom in

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.