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
2 parents d9712fb + 28d9e56 commit a600903
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/edit-profile/EditProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ const EditProfile = () => {

const cooperationContent = activeTab && tabsData[activeTab]?.content
const errorTooltipHolders = {
[UserProfileTabsEnum.Profile]: !tabValidityStatus.profileTab
[UserProfileTabsEnum.Profile]: !tabValidityStatus.profileTab,
[UserProfileTabsEnum.ProfessionalInfo]:
!tabValidityStatus.professionalInfoTab
}

return (
Expand Down

0 comments on commit a600903

Please sign in to comment.