Skip to content

Commit

Permalink
fix is_included
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon committed Dec 20, 2024
1 parent 68e763a commit 8f2bbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyway/widgets/road_segment_widgets/street_view_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def generate_items(self) -> None:
}

def is_included(self):
return self.request_params.gps is not None
return self.request_params.gps

@staticmethod
def localize_items(request_params: RequestParams, items: Dict) -> Dict:
Expand Down

0 comments on commit 8f2bbb5

Please sign in to comment.