Skip to content

Commit

Permalink
fix: removing whitespace from mentees name (#8)
Browse files Browse the repository at this point in the history
* fix: fix group-mabim.ts name that containing whitespace
  • Loading branch information
interstellardeer authored Oct 14, 2024
1 parent a18fcc6 commit 88146ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/group-mabim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export const groupMabim: GroupMabim[] = [
},
{
id: "NB09",
name: "Hasbi Khoirul Fikri Saputra ",
name: "Hasbi Khoirul Fikri Saputra",
},
{
id: "NB10",
Expand Down

0 comments on commit 88146ae

Please sign in to comment.