Skip to content
Snippets Groups Projects
Commit 8ae90889 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: lint files

parent b52bbbc8
No related branches found
No related tags found
1 merge request!783V3.0.0
...@@ -44,8 +44,8 @@ ...@@ -44,8 +44,8 @@
</a> </a>
<a *ngIf="isAdmin" routerLink="/admin" [routerLinkActive]="'active'">Administration</a> <a *ngIf="isAdmin" routerLink="/admin" [routerLinkActive]="'active'">Administration</a>
<app-v3-button <app-v3-button
class="connected"
*ngIf="isLoggedIn" *ngIf="isLoggedIn"
class="connected"
[variant]="buttonTypeEnumV3.Primary" [variant]="buttonTypeEnumV3.Primary"
[label]="displayName" [label]="displayName"
[size]="'small'" [size]="'small'"
......
...@@ -4,9 +4,9 @@ import { Component, EventEmitter, Output } from '@angular/core'; ...@@ -4,9 +4,9 @@ import { Component, EventEmitter, Output } from '@angular/core';
selector: 'app-collapse-header', selector: 'app-collapse-header',
template: `<div template: `<div
class="collapse-header" class="collapse-header"
[ngClass]="size"
role="button" role="button"
tabindex="0" tabindex="0"
[ngClass]="size"
(click)="toggle.emit()" (click)="toggle.emit()"
(keyup.enter)="toggle.emit()" (keyup.enter)="toggle.emit()"
> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment