mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 12:40:08 +00:00
minor bug fixes (#110)
This commit is contained in:
@@ -44,7 +44,7 @@ export const ServerProvider: React.FC<ServerProviderProps> = ({
|
||||
if (withServer)
|
||||
(async () => {
|
||||
try {
|
||||
const s = await getServers()
|
||||
const s = (await getServers()) || []
|
||||
const serverData = s.map(({ id, name }) => ({ id, name }))
|
||||
setServer(serverData)
|
||||
} catch (error: any) {
|
||||
|
||||
Reference in New Issue
Block a user