Skip to content

Commit

Permalink
chore: update edit social numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
chimobi-justice committed Nov 18, 2024
1 parent 493dc63 commit 907bf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Users/Settings/UpdateProfile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const UpdateProfile: FunctionComponent = () => {

const handleAddSocial = (platform: string) => {
if (socials.length >= 4) {
errorNotification('You can only add up to 3 social media accounts.');
errorNotification('You can only add up to 4 social media accounts.');
return;
}

Expand Down

0 comments on commit 907bf54

Please sign in to comment.