[fix] lint and building errors

This commit is contained in:
Purp1e
2025-03-23 22:52:39 +08:00
parent 1a0477d6b9
commit 222b671289
5 changed files with 5 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ const getUsers = async () => {
setUsers(users)
}
const selectUser = async (index: number) => {
const selectUser = (index: number) => {
const user = steamStore.state.users.at(index)
console.log(index, user)
if (user) {