style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									2537045658
								
							
						
					
					
						commit
						42c69f55aa
					
				
					 1 changed files with 8 additions and 2 deletions
				
			
		|  | @ -152,7 +152,10 @@ | |||
|                     </v-card-text> | ||||
|                 </v-card-text> | ||||
| 
 | ||||
|                 <v-card-text class="group-section" v-if="group && studentQueries"> | ||||
|                 <v-card-text | ||||
|                     class="group-section" | ||||
|                     v-if="group && studentQueries" | ||||
|                 > | ||||
|                     <h3>{{ `${t("group")} ${group.groupNo}` }}</h3> | ||||
| 
 | ||||
|                     <div> | ||||
|  | @ -166,7 +169,10 @@ | |||
|                         </ul> | ||||
|                     </div> | ||||
|                 </v-card-text> | ||||
|                 <v-card-text class="group-section" v-else> | ||||
|                 <v-card-text | ||||
|                     class="group-section" | ||||
|                     v-else | ||||
|                 > | ||||
|                     <h3>{{ t("group") }}</h3> | ||||
|                     <div> | ||||
|                         <v-alert class="empty-message"> | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action