update the ban page
All checks were successful
Build Frontend / Build Frontend (push) Successful in 23s
All checks were successful
Build Frontend / Build Frontend (push) Successful in 23s
This commit is contained in:
@@ -120,8 +120,7 @@ const banInfo = computed(() => {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
reason: authStore.user.ban?.reason,
|
reason: authStore.user.ban?.reason,
|
||||||
bannedAt: authStore.user.ban?.bannedAt,
|
bannedUntil: authStore.user.ban?.expires,
|
||||||
bannedUntil: authStore.user.ban?.bannedUntil,
|
|
||||||
isPermanent:
|
isPermanent:
|
||||||
authStore.user.ban?.permanent || !authStore.user.ban?.bannedUntil,
|
authStore.user.ban?.permanent || !authStore.user.ban?.bannedUntil,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user