Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
shahin-hq authored and github-actions[bot] committed Nov 14, 2024
1 parent b3ade7a commit be89614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/profile/pages/CreateProfile/CreateProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const CreateProfile = () => {
restoreProfileConfig(profile);
await persist();

history.push(generatePath(ProfilePaths.Dashboard, { profileId: profile.id() }))
history.push(generatePath(ProfilePaths.Dashboard, { profileId: profile.id() }));
};

return (
Expand Down

0 comments on commit be89614

Please sign in to comment.