diff --git a/app/routes/_data.users._index/rename.tsx b/app/routes/_data.users._index/rename.tsx index b4a79d1..286d5b7 100644 --- a/app/routes/_data.users._index/rename.tsx +++ b/app/routes/_data.users._index/rename.tsx @@ -15,7 +15,7 @@ interface Props { export default function Rename({ username, magic }: Props) { const submit = useSubmit() const dialogState = useState(false) - const [newName, setNewName] = useState('') + const [newName, setNewName] = useState(username) return ( <>