diff --git a/gymboard-app/src/api/search/models.ts b/gymboard-app/src/api/search/models.ts index 56290ba..224a4f4 100644 --- a/gymboard-app/src/api/search/models.ts +++ b/gymboard-app/src/api/search/models.ts @@ -9,6 +9,7 @@ export interface GymSearchResult { streetAddress: string; latitude: number; longitude: number; + submissionCount: number; } export interface UserSearchResult { diff --git a/gymboard-app/src/components/GymSearchResultListItem.vue b/gymboard-app/src/components/GymSearchResultListItem.vue index a171915..4f50a8e 100644 --- a/gymboard-app/src/components/GymSearchResultListItem.vue +++ b/gymboard-app/src/components/GymSearchResultListItem.vue @@ -6,7 +6,7 @@ {{ gym.countryName }} - + @@ -14,11 +14,18 @@