Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
od41 committed Nov 20, 2023
1 parent 1036ec0 commit 4aab611
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const EditProfileForm = () => {
<FormControl>
<div className='flex gap-3 flex-wrap w-full'>
{['blockchain', 'UX design','blockchain', 'UX design','blockchain', 'UX design'].map((tag, key) => (
<Button className='rounded-full text-sm ' size="sm" variant="outline">
<Button key={`skills-tags-${key}`} className='rounded-full text-sm ' size="sm" variant="outline">
{tag}
<Plus className='w-4 h-4 text-muted ml-2' />
</Button>)
Expand Down

0 comments on commit 4aab611

Please sign in to comment.