Skip to content

Commit

Permalink
fix community
Browse files Browse the repository at this point in the history
  • Loading branch information
razbakov committed Jan 26, 2022
1 parent 060dafb commit 04f852a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/community.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
const { city, currentCity } = useCities()
const { router } = useRouter()
const { getCity } = useApp()
const { objectivesList, typeList } = useProfiles()
const { objectivesList, typeList, radiusOptions } = useProfiles()
if (!currentCity.value) {
router.push('/cities')
Expand Down

0 comments on commit 04f852a

Please sign in to comment.