link to Edit Profile - Following Tab #2592
repo-checks.yml
on: pull_request
Code Quality
2m 15s
Integration Tests
0s
Annotations
4 errors and 1 warning
Code Quality:
components/ProfilePage/ProfileHeader.tsx#L113
Type '{ isProfilePublic: boolean; isUser: boolean; onProfilePublicityChanged: (isPublic: boolean) => void; onSettingsModalOpen: () => void; profileId: string; }' is not assignable to type 'IntrinsicAttributes & { onSettingsModalOpen: () => void; isUser: boolean; }'.
|
Code Quality:
stories/atoms/ProfileButtons.stories.tsx#L37
Object literal may only specify known properties, and 'isProfilePublic' does not exist in type 'Partial<{ onSettingsModalOpen: () => void; isUser: boolean; }>'.
|
Code Quality:
stories/atoms/ProfileButtons.stories.tsx#L43
Object literal may only specify known properties, and 'isProfilePublic' does not exist in type 'Partial<ArgTypes<{ onSettingsModalOpen: () => void; isUser: boolean; }>>'.
|
Code Quality
Process completed with exit code 2.
|
Code Quality
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|