Skip to content

Commit 02bebcb

Browse files
committed
fix: linted issues
1 parent 5f91d5f commit 02bebcb

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
paths: 'subset',
3838
queryParams: 'ignored',
3939
matrixParams: 'ignored',
40-
fragment: 'ignored'
40+
fragment: 'ignored',
4141
})
4242
"
4343
>

src/app/catalogue/mixed/gallery/gallery.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[filter]="{
99
exactItemID: +brand.id,
1010
perspectiveID: data.perspective_id,
11-
perspectiveExclude: data.perspective_exclude_id
11+
perspectiveExclude: data.perspective_exclude_id,
1212
}"
1313
[current]="identity$ | async"
1414
[galleryPrefix]="['/', brand.catname, data.catname, 'gallery']"

src/app/catalogue/vehicles/pictures/pictures.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>
2626
[item]="{
2727
nameHTML: item.name_html,
2828
design: item.design,
29-
produced: {count: item.produced, exactly: item.produced_exactly}
29+
produced: {count: item.produced, exactly: item.produced_exactly},
3030
}"
3131
></app-item-header>
3232
</h1>

src/app/catalogue/vehicles/vehicles.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>
2525
[item]="{
2626
nameHTML: item.name_html,
2727
design: item.design,
28-
produced: {count: item.produced, exactly: item.produced_exactly}
28+
produced: {count: item.produced, exactly: item.produced_exactly},
2929
}"
3030
></app-item-header>
3131
</h1>

src/app/categories/list-item.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h3>
88
[item]="{
99
nameHTML: item.name_html,
1010
design: item.design,
11-
produced: {count: item.produced, exactly: item.produced_exactly}
11+
produced: {count: item.produced, exactly: item.produced_exactly},
1212
}"
1313
></app-item-header>
1414
</h3>

src/app/item/item/item.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h3 *ngIf="!disableTitle">
44
[item]="{
55
nameHTML: item.name_html,
66
design: item.design,
7-
produced: {count: item.produced, exactly: item.produced_exactly}
7+
produced: {count: item.produced, exactly: item.produced_exactly},
88
}"
99
></app-item-header>
1010
</h3>

src/app/moder/pictures/item/move/move.component.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1 i18n>Move picture</h1>
3131
show_persons: null,
3232
show_authors: null,
3333
show_copyrights: null,
34-
brand_id: null
34+
brand_id: null,
3535
}"
3636
queryParamsHandling="merge"
3737
i18n
@@ -48,7 +48,7 @@ <h1 i18n>Move picture</h1>
4848
show_persons: null,
4949
show_authors: null,
5050
show_copyrights: null,
51-
brand_id: null
51+
brand_id: null,
5252
}"
5353
queryParamsHandling="merge"
5454
i18n
@@ -65,7 +65,7 @@ <h1 i18n>Move picture</h1>
6565
show_persons: null,
6666
show_authors: null,
6767
show_copyrights: null,
68-
brand_id: null
68+
brand_id: null,
6969
}"
7070
queryParamsHandling="merge"
7171
i18n
@@ -82,7 +82,7 @@ <h1 i18n>Move picture</h1>
8282
show_persons: 1,
8383
show_authors: null,
8484
show_copyrights: null,
85-
brand_id: null
85+
brand_id: null,
8686
}"
8787
queryParamsHandling="merge"
8888
><ng-container i18n>Persons</ng-container> (content)</a
@@ -98,7 +98,7 @@ <h1 i18n>Move picture</h1>
9898
show_persons: null,
9999
show_authors: 1,
100100
show_copyrights: null,
101-
brand_id: null
101+
brand_id: null,
102102
}"
103103
queryParamsHandling="merge"
104104
><ng-container i18n>Persons</ng-container> (author)</a
@@ -114,7 +114,7 @@ <h1 i18n>Move picture</h1>
114114
show_persons: null,
115115
show_authors: null,
116116
show_copyrights: 1,
117-
brand_id: null
117+
brand_id: null,
118118
}"
119119
queryParamsHandling="merge"
120120
i18n
@@ -260,7 +260,7 @@ <h5 *ngIf="engines && engines.items.length > 0" i18n>Engines</h5>
260260
(click)="
261261
selectItem({
262262
src,
263-
selection: {itemId: brandId, perspectiveId: 22, type: PictureItemType.PICTURE_CONTENT}
263+
selection: {itemId: brandId, perspectiveId: 22, type: PictureItemType.PICTURE_CONTENT},
264264
})
265265
"
266266
i18n
@@ -272,7 +272,7 @@ <h5 *ngIf="engines && engines.items.length > 0" i18n>Engines</h5>
272272
(click)="
273273
selectItem({
274274
src,
275-
selection: {itemId: brandId, perspectiveId: 25, type: PictureItemType.PICTURE_CONTENT}
275+
selection: {itemId: brandId, perspectiveId: 25, type: PictureItemType.PICTURE_CONTENT},
276276
})
277277
"
278278
i18n
@@ -284,7 +284,7 @@ <h5 *ngIf="engines && engines.items.length > 0" i18n>Engines</h5>
284284
(click)="
285285
selectItem({
286286
src,
287-
selection: {itemId: brandId, perspectiveId: 0, type: PictureItemType.PICTURE_CONTENT}
287+
selection: {itemId: brandId, perspectiveId: 0, type: PictureItemType.PICTURE_CONTENT},
288288
})
289289
"
290290
i18n

src/app/new/list-item/list-item.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h3>
44
[item]="{
55
nameHTML: item.name_html,
66
design: item.design,
7-
produced: {count: item.produced, exactly: item.produced_exactly}
7+
produced: {count: item.produced, exactly: item.produced_exactly},
88
}"
99
></app-item-header>
1010
</h3>

src/app/twins/item/item.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h3>
44
[item]="{
55
nameHTML: item.name_html,
66
design: item.design,
7-
produced: {count: item.produced, exactly: item.produced_exactly}
7+
produced: {count: item.produced, exactly: item.produced_exactly},
88
}"
99
></app-item-header>
1010
</h3>

src/app/utils/list-item/list-item.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h3>
44
[item]="{
55
nameHTML: item.name_html,
66
design: item.design,
7-
produced: {count: item.produced, exactly: item.produced_exactly}
7+
produced: {count: item.produced, exactly: item.produced_exactly},
88
}"
99
></app-item-header>
1010
</h3>

0 commit comments

Comments
 (0)