From 47bb3139e4ff697d7a6ca81c8146fc7372adafa9 Mon Sep 17 00:00:00 2001 From: ankit-thanekar007 Date: Wed, 24 Mar 2021 09:57:46 -0700 Subject: Added Cornell badges --- src/utils/search.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/search.ts b/src/utils/search.ts index 4293ff25..bdd6c042 100644 --- a/src/utils/search.ts +++ b/src/utils/search.ts @@ -8,7 +8,7 @@ import {ProfilePreviewType, CategoryPreviewType} from '../types'; */ export const getSearchSuggestions = (): string[] => { const suggestions: string[] = []; - for (const category of BADGE_DATA) { + for (const category of BADGE_DATA['Cornell University']) { for (const interest of category.data) { suggestions.push(interest.badgeName); } -- cgit v1.2.3-70-g09d2