Skip to content

Commit 41448f9

Browse files
committed
style(color-select-hover): fix linting
1 parent 1402b7d commit 41448f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/color-select-hover/color-select-hover.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { MapComponent, LayerVectorComponent } from 'ngx-openlayers';
1818
1919
<aol-layer-group>
2020
<aol-layer-vector #aoiLayerVector *ngFor="let f of features.features">
21-
<aol-style *ngIf="f.id === hoveredFeatureId; else: notHovered">
21+
<aol-style *ngIf="f.id === hoveredFeatureId; else notHovered">
2222
<aol-style-stroke [color]="'white'" width="3"></aol-style-stroke>
2323
<aol-style-fill [color]="'rgba(90, 17, 26, 0.3)'"></aol-style-fill>
2424
</aol-style>

0 commit comments

Comments
 (0)