style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-19 22:14:46 +00:00
parent 778a823ac8
commit 95c1723dcb

View file

@ -116,7 +116,9 @@
<v-card> <v-card>
<template v-slot:title> <template v-slot:title>
<div class="title-container"> <div class="title-container">
<span class="title">{{ props.selectedLearningPath ? t('editLearningPath') : t('newLearningPath') }}</span> <span class="title">{{
props.selectedLearningPath ? t("editLearningPath") : t("newLearningPath")
}}</span>
<span class="actions"> <span class="actions">
<v-btn <v-btn
@click="uploadLearningPath" @click="uploadLearningPath"