fix typo
This commit is contained in:
parent
2eeb4c07e9
commit
c7b879a5f3
@ -19,7 +19,7 @@ const Application = () =>
|
||||
{
|
||||
(async () =>
|
||||
{
|
||||
const response = await get<App>(`/api/users/applications/${id}`);
|
||||
const response = await get<App>(`/api/user/applications/${id}`);
|
||||
if (!response.success || !response.data)
|
||||
return errorToast(response.message);
|
||||
setApp(response.data);
|
||||
|
Loading…
Reference in New Issue
Block a user