Skip to content

Commit

Permalink
Remove user pin from admin list UI
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Oct 25, 2024
1 parent 65e71ce commit d4e0c86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/modules/admin/Admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ export default (props) => {
<th>Фамилия</th>
<th>Ел. поща</th>
<th>Телефон</th>
<th>ПИН</th>
<th>Съгласие за данни</th>
{/* <th>Регистриран на</th> */}
<th>Роли</th>
Expand All @@ -286,7 +285,6 @@ export default (props) => {
<td>{user.lastName}</td>
<td>{user.email}</td>
<td>{user.phone}</td>
<td>{user.pin}</td>
<td>{user.hasAgreedToKeepData ? 'Да' : 'Не'}</td>
{/* <td>{user.registeredAt}</td> */}
<td>
Expand Down

0 comments on commit d4e0c86

Please sign in to comment.