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> |                 </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> |                     <h3>{{ `${t("group")} ${group.groupNo}` }}</h3> | ||||||
| 
 | 
 | ||||||
|                     <div> |                     <div> | ||||||
|  | @ -166,7 +169,10 @@ | ||||||
|                         </ul> |                         </ul> | ||||||
|                     </div> |                     </div> | ||||||
|                 </v-card-text> |                 </v-card-text> | ||||||
|                 <v-card-text class="group-section" v-else> |                 <v-card-text | ||||||
|  |                     class="group-section" | ||||||
|  |                     v-else | ||||||
|  |                 > | ||||||
|                     <h3>{{ t("group") }}</h3> |                     <h3>{{ t("group") }}</h3> | ||||||
|                     <div> |                     <div> | ||||||
|                         <v-alert class="empty-message"> |                         <v-alert class="empty-message"> | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Lint Action
						Lint Action