aboutsummaryrefslogtreecommitdiff
path: root/src/store/initialStates.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-12 17:39:04 -0500
committerIvan Chen <ivan@tagg.id>2021-03-12 17:39:04 -0500
commit40a0e9fde2a4a16baebb99f0285fc630ae6cfac1 (patch)
tree34c352779a75ce907062b1c6cdabae73d05c670a /src/store/initialStates.ts
parent1433c44fd4588b9044df83e199a57223b4979446 (diff)
parent34d94e1dff831aafa984a2f6c9b9b01e2e349154 (diff)
Merge branch 'master' into tma694-edit-badges
# Conflicts: # src/components/search/SearchCategories.tsx
Diffstat (limited to 'src/store/initialStates.ts')
-rw-r--r--src/store/initialStates.ts14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts
index 1a3db433..b43e4a1d 100644
--- a/src/store/initialStates.ts
+++ b/src/store/initialStates.ts
@@ -69,22 +69,8 @@ export const NO_SOCIAL_ACCOUNTS: Record<string, SocialAccountType> = {
Twitter: {posts: []},
};
-export const EMPTY_EXPLORE_SECTIONS: Record<
- ExploreSectionType,
- ProfilePreviewType[]
-> = {
- 'People You May Know': EMPTY_PROFILE_PREVIEW_LIST,
- 'New to Tagg': EMPTY_PROFILE_PREVIEW_LIST,
- 'Trending on Tagg': EMPTY_PROFILE_PREVIEW_LIST,
- "Brown '21": EMPTY_PROFILE_PREVIEW_LIST,
- "Brown '22": EMPTY_PROFILE_PREVIEW_LIST,
- "Brown '23": EMPTY_PROFILE_PREVIEW_LIST,
- "Brown '24": EMPTY_PROFILE_PREVIEW_LIST,
-};
-
export const NO_TAGG_USERS = {
recentSearches: EMPTY_PROFILE_PREVIEW_LIST,
- explores: EMPTY_EXPLORE_SECTIONS,
};
export const NO_SOCIALS = {