✨ Added stats & SQL order by on get points
This commit is contained in:
@@ -21,6 +21,7 @@ export const useActions = ({
|
||||
};
|
||||
|
||||
const updateUsername = async (ev: FormEvent<HTMLFormElement>) => {
|
||||
ev.preventDefault();
|
||||
resetMessage();
|
||||
|
||||
if (!ev.currentTarget.reportValidity()) {
|
||||
|
||||
Reference in New Issue
Block a user