Skip to content

Commit

Permalink
refactor(google-maps): remove duplicate condition for setting content (
Browse files Browse the repository at this point in the history
…#29801)

(cherry picked from commit 9db4095)
  • Loading branch information
yakovmeister authored and crisbeto committed Oct 2, 2024
1 parent da55ad0 commit 5322679
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/google-maps/map-advanced-marker/map-advanced-marker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@ export class MapAdvancedMarker implements OnInit, OnChanges, OnDestroy, MapAncho
advancedMarker.title = _title;
}

if (changes['content']) {
advancedMarker.content = _content;
}

if (changes['gmpDraggable']) {
advancedMarker.gmpDraggable = _draggable;
}
Expand Down

0 comments on commit 5322679

Please sign in to comment.