Fix lint errors
Some checks failed
CI / Test (pull_request) Failing after 13m19s
CI / Lint (pull_request) Failing after 15m28s

This commit is contained in:
2026-03-23 18:32:18 +04:00
parent 0ac6db65cb
commit 582ab4f8b3
4 changed files with 13 additions and 11 deletions

View File

@@ -79,8 +79,8 @@ export default class PlaceTemplate extends Component {
if (place === null) {
// If we have an active search context, return to it (UP navigation)
if (this.mapUi.returnToSearch && this.mapUi.currentSearch) {
this.router.transitionTo('search', {
queryParams: this.mapUi.currentSearch
this.router.transitionTo('search', {
queryParams: this.mapUi.currentSearch,
});
} else {
// Otherwise just close the sidebar (return to map index)