File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ <h1 class="nhsuk-heading-xl">Manage users</h1>
101101
102102 < tr role ="row " class ="nhsuk-table__row ">
103103 < td class ="nhsuk-table__cell ">
104- Doe, Jane
104+ Jane Doe
105105 </ td >
106106
107107 < td class ="nhsuk-table__cell ">
@@ -125,7 +125,7 @@ <h1 class="nhsuk-heading-xl">Manage users</h1>
125125
126126 < tr role ="row " class ="nhsuk-table__row ">
127127 < td class ="nhsuk-table__cell ">
128- West, Wallace
128+ Wallace West
129129 </ td >
130130
131131 < td class ="nhsuk-table__cell ">
@@ -148,7 +148,7 @@ <h1 class="nhsuk-heading-xl">Manage users</h1>
148148
149149 < tr role ="row " class ="nhsuk-table__row ">
150150 < td class ="nhsuk-table__cell ">
151- Phillips, Zack
151+ Zack Phillips
152152 </ td >
153153
154154 < td class ="nhsuk-table__cell ">
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ <h1 class="nhsuk-heading-xl">Manage users</h1>
104104
105105 < tr class ="nhsuk-table__row ">
106106 < td class ="nhsuk-table__cell ">
107- {{ user.lastName }}, {{ user.firstName }}
107+ {{ user.firstName }} {{ user.lastName }}
108108 </ td >
109109 < td class ="nhsuk-table__cell "> {{ user.email }}</ td >
110110 < td class ="nhsuk-table__cell ">
You can’t perform that action at this time.
0 commit comments