Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shewood committed Oct 19, 2023
1 parent 976301a commit 5b921ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/components/ProfileTasks.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ describe('ProfileTasks', () => {
title: 'Province of residence',
icon: 'circle',
link: '/dashboard',
areaLabel: 'taks1',
areaLabel: 'task1',
betaPopUp: false,
},
{
title: 'Language of correspondence',
icon: 'stamp',
link: '/dashboard',
areaLabel: 'taks2',
areaLabel: 'task2',
betaPopUp: false,
},
]}
Expand Down

0 comments on commit 5b921ff

Please sign in to comment.