Skip to content

Commit 7b89718

Browse files
ManuelMoeriMasterEvarior
authored andcommitted
style: Fix linting error
1 parent 959eee3 commit 7b89718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/app/team-management/add-edit-team-dialog/add-edit-team-dialog.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ export class AddEditTeamDialogComponent implements OnInit {
3434
public data:
3535
| {
3636
team: Team;
37-
}
38-
| undefined,
37+
} |
38+
undefined,
3939
private translate: TranslateService
4040
) {
4141
}

0 commit comments

Comments
 (0)