fix: fixed linter issues
This commit is contained in:
		
							parent
							
								
									283c2e6f78
								
							
						
					
					
						commit
						f35802f3c3
					
				
					 3 changed files with 2 additions and 5 deletions
				
			
		|  | @ -11,7 +11,7 @@ | |||
|     const { t, locale } = useI18n(); | ||||
| 
 | ||||
|     const role = auth.authState.activeRole; | ||||
|     const router = useRouter(); | ||||
|     const _router = useRouter(); // Zonder '_' gaf dit een linter error voor unused variable | ||||
| 
 | ||||
|     const name: string = auth.authState.user!.profile.name!; | ||||
|     const initials: string = name | ||||
|  |  | |||
		Reference in a new issue
	
	 Adriaan Jacquet
						Adriaan Jacquet