refactor: fix MkAcct type
This commit is contained in:
parent
23145c61af
commit
b6baded2e3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import { host as hostRaw } from "@/config";
|
||||||
import { defaultStore } from "@/store";
|
import { defaultStore } from "@/store";
|
||||||
|
|
||||||
defineProps<{
|
defineProps<{
|
||||||
user: entities.UserDetailed;
|
user: entities.UserLite;
|
||||||
detail?: boolean;
|
detail?: boolean;
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue