Don't show username filter for streetside

This commit is contained in:
Quincy Morgan
2020-10-15 16:46:07 -04:00
parent 058a6b087d
commit b2b97c55a6
+1 -1
View File
@@ -94,7 +94,7 @@ export function rendererPhotos(context) {
};
photos.shouldFilterByUsername = function() {
return showsLayer('mapillary') || showsLayer('openstreetcam') || showsLayer('streetside');
return showsLayer('mapillary') || showsLayer('openstreetcam');
};
photos.showsPhotoType = function(val) {