diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/services/ExploreService.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/services/ExploreService.ts b/src/services/ExploreService.ts index 33b79b4a..56a2e3d1 100644 --- a/src/services/ExploreService.ts +++ b/src/services/ExploreService.ts @@ -51,6 +51,7 @@ export const getAllExploreSections = async () => { return EMPTY_PROFILE_PREVIEW_LIST; } const data = await response.json(); + // TODO (if we return to original explore format): get keys from backend API const exploreSections: Record<ExploreSectionType, ProfilePreviewType[]> = { 'New to Tagg': data.categories.new_to_tagg, 'People You May Know': data.categories.people_you_may_know, |