Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ipasic-softserve committed Jul 25, 2024
1 parent 3af2e66 commit d9712fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/edit-profile/EditProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,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.Profile]: !tabValidityStatus.profileTab
}

return (
Expand Down

0 comments on commit d9712fb

Please sign in to comment.