Fixed some text
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pdsmanager",
|
||||
"type": "module",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
|
@ -537,7 +537,7 @@ export default function UserList() {
|
||||
className="btn btn-sm btn-primary"
|
||||
disabled={loading}
|
||||
>
|
||||
Edit
|
||||
Edit Handle
|
||||
</button>
|
||||
<button
|
||||
onClick={() => setDeleteConfirmation({ show: true, user })}
|
||||
|
Reference in New Issue
Block a user