fix: overbodig code weg doen

This commit is contained in:
Joyelle Ndagijimana 2025-04-21 11:57:29 +02:00
parent 85edb8feb5
commit bed2caba08
2 changed files with 0 additions and 9 deletions

View file

@ -1,7 +1,6 @@
<script setup lang="ts">
import { ref } from "vue";
import { useI18n } from "vue-i18n";
import { useRouter } from "vue-router";
import auth from "@/services/auth/auth-service.ts";
@ -11,7 +10,6 @@
const { t, locale } = useI18n();
const role = auth.authState.activeRole;
const router = useRouter();
const name = ref(auth.authState.user!.profile.name!);
const initials: string = name.value

View file

@ -156,13 +156,6 @@ import {ref, computed, onMounted, watch} from "vue";
padding: 1rem;
}
.card-content {
display: flex;
flex-direction: column;
height: 100%;
min-height: 150px;
}
.top-content {
margin-bottom: 1rem;
word-break: break-word;