style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									778a823ac8
								
							
						
					
					
						commit
						95c1723dcb
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -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" | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Lint Action
						Lint Action