fix: fixing the eslint stuff
This commit is contained in:
@ -56,10 +56,10 @@ const props = defineProps<{
|
||||
title: number;
|
||||
titleText: string;
|
||||
description: string;
|
||||
is_admin: number;
|
||||
isAdmin: number;
|
||||
}>();
|
||||
|
||||
const IS_ADMIN = props.is_admin;
|
||||
const IS_ADMIN = props.isAdmin;
|
||||
|
||||
const expanded = ref(false);
|
||||
const currentDescriptions = ref<string[]>([]);
|
||||
|
Reference in New Issue
Block a user