Skip to content

Commit

Permalink
fix: fixed markerClasses usage in DbxMapboxMarkerComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
dereekb committed May 17, 2023
1 parent d1181ff commit d0a0b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dbx-web/mapbox/src/lib/mapbox.marker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class DbxMapboxMarkerComponent implements OnDestroy {
}

if (markerClasses) {
cssClasses += ` markerClasses`;
cssClasses += ` ${markerClasses}`;
}

return cssClasses;
Expand Down

0 comments on commit d0a0b18

Please sign in to comment.