mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 15:05:02 -05:00
fix: type issue
This commit is contained in:
parent
532ead4bdf
commit
21c0f75e4c
@ -368,7 +368,7 @@ export default function ServerList() {
|
||||
"dark:border-gray-50/[.1] dark:bg-gray-50/[.10] dark:hover:bg-gray-50/[.15]"
|
||||
)}
|
||||
onClick={() =>
|
||||
router.push(pageFind(`Server:${server.name}`))
|
||||
router.push(pageFind(`Server:${server.name}`) as string)
|
||||
}
|
||||
>
|
||||
<div className="items-center gap-2 p-4">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user