This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Add timezone to user profile #28586
Annotations
10 errors
src/components/views/right_panel/UserInfo.tsx#L32
'MatrixError' is defined but never used
|
src/hooks/useUserTimezone.ts#L1
Copyright heading is required
|
src/hooks/useUserTimezone.ts#L1
There should be at least one empty line between import groups
|
src/hooks/useUserTimezone.ts#L2
There should be at least one empty line between import groups
|
src/hooks/useUserTimezone.ts#L3
`matrix-js-sdk/src/matrix` import should occur before import of `../MatrixClientPeg`
|
src/hooks/useUserTimezone.ts#L29
React Hook useEffect has a missing dependency: 'cli'. Either include it or remove the dependency array
|
src/hooks/useUserTimezone.ts#L51
A function with a name starting with an uppercase letter should only be used as a constructor
|
src/hooks/useUserTimezone.ts#L53
Missing return type on function
|
src/hooks/useUserTimezone.ts#L72
React Hook useEffect has a missing dependency: 'cli'. Either include it or remove the dependency array
|
src/settings/Settings.tsx#L45
There should be at least one empty line between import groups
|
This job failed
Loading