Skip to content

Commit

Permalink
Update src/pages/edit-profile/EditProfile.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Olenka Hryk <[email protected]>
  • Loading branch information
ipasic-softserve and Olenka-Hryk authored Jul 25, 2024
1 parent 3af2e66 commit 28d9e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/edit-profile/EditProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const EditProfile = () => {
const cooperationContent = activeTab && tabsData[activeTab]?.content
const errorTooltipHolders = {
[UserProfileTabsEnum.Profile]: !tabValidityStatus.profileTab,
[UserProfileTabsEnum.ProfessionalInfo]: false // false - doesn't have errors by default
[UserProfileTabsEnum.ProfessionalInfo]: !tabValidityStatus.professionalInfoTab

Check failure on line 73 in src/pages/edit-profile/EditProfile.tsx

View workflow job for this annotation

GitHub Actions / tests

Replace `[UserProfileTabsEnum.ProfessionalInfo]:` with `·[UserProfileTabsEnum.ProfessionalInfo]:⏎·····`
}

return (
Expand Down

0 comments on commit 28d9e56

Please sign in to comment.