Skip to content

Commit caef228

Browse files
committed
fix map
1 parent 92fe517 commit caef228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staticfiles/static/js/map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const app = Vue.createApp({
9494
maxZoom: i.max_zoom ?? 20,
9595
}
9696

97-
if (i.parts) {
97+
if (i.server_parts) {
9898
opts["subdomains"] = i.server_parts;
9999
}
100100

0 commit comments

Comments
 (0)