Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a25fe71

Browse files
committedMar 5, 2025
Added comma between firstname and lastname, we want to see which part of the name is first- and lastname as mentioned in #40
1 parent eaa3793 commit a25fe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/pages/user/viewer/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const ViewUser = (props) => {
7979
Bruker
8080
</DashboardTitle>
8181
<DashboardSubtitle>
82-
{user.firstname} {user.lastname}
82+
{user.firstname}, {user.lastname}
8383
</DashboardSubtitle>
8484
</DashboardHeader>
8585

0 commit comments

Comments
 (0)
Please sign in to comment.