We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e71ce commit d4e0c86Copy full SHA for d4e0c86
src/components/modules/admin/Admin.js
@@ -266,7 +266,6 @@ export default (props) => {
266
<th>Фамилия</th>
267
<th>Ел. поща</th>
268
<th>Телефон</th>
269
- <th>ПИН</th>
270
<th>Съгласие за данни</th>
271
{/* <th>Регистриран на</th> */}
272
<th>Роли</th>
@@ -286,7 +285,6 @@ export default (props) => {
286
285
<td>{user.lastName}</td>
287
<td>{user.email}</td>
288
<td>{user.phone}</td>
289
- <td>{user.pin}</td>
290
<td>{user.hasAgreedToKeepData ? 'Да' : 'Не'}</td>
291
{/* <td>{user.registeredAt}</td> */}
292
<td>
0 commit comments