style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									a67315e05d
								
							
						
					
					
						commit
						b245edc54d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -4,7 +4,7 @@ | |||
|     import DiscussionSideBarElement from "@/components/DiscussionSideBarElement.vue"; | ||||
|     import { useI18n } from "vue-i18n"; | ||||
|     import { useGetAllLearningPaths } from "@/queries/learning-paths.ts"; | ||||
|     import { ref, watch } from 'vue'; | ||||
|     import { ref, watch } from "vue"; | ||||
| 
 | ||||
|     const { t, locale } = useI18n(); | ||||
| 
 | ||||
|  | @ -13,7 +13,7 @@ | |||
| 
 | ||||
|     watch(locale, (newLocale) => { | ||||
|         currentLocale.value = newLocale; | ||||
|     }) | ||||
|     }); | ||||
| 
 | ||||
|     const allLearningPathsResult = useGetAllLearningPaths(() => currentLocale.value); | ||||
| </script> | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action