Skip to content

Commit

Permalink
style: format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfaraz committed Aug 15, 2024
1 parent 19452a2 commit f11bda1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interfaces/IBF-dashboard/src/shared/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ export const firstCharOfWordsToUpper = (input: string) => {
.map((word) => word.charAt(0).toUpperCase() + word.slice(1))
.join(' ');
};

0 comments on commit f11bda1

Please sign in to comment.