Skip to content

Commit 39f063f

Browse files
committed
chore: add missing changes from last commit
1 parent cc00c2a commit 39f063f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/MapMarkerBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ final class MapMarkerBuilder {
5151
}
5252

5353
if !prev.markerStyleEquals(next) {
54-
buildIconAsync(next.id, next) { img in
54+
buildIconAsync(next) { img in
5555
m.tracksViewChanges = true
5656
m.icon = img
5757

0 commit comments

Comments
 (0)