Skip to content

Commit

Permalink
fix: fix pattern #913
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonlunn committed Aug 23, 2023
1 parent 513c6c0 commit 4dd3854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/users/ImportFromMtnProj.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface Props {
username: string
}
// regex pattern to validate mountain project input
const pattern = /^https:\/\/www.mountaainproject.com\/user\/\d{9}\/[a-zA-Z-]*/
const pattern = /^https:\/\/www.mountainproject.com\/user\/\d{9}\/[a-zA-Z-]*/

/**
*
Expand Down

0 comments on commit 4dd3854

Please sign in to comment.