diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-02-05 13:29:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-05 13:29:46 -0500 |
| commit | 07a2e3841d49b3fb278f17676c1007b003f58b9e (patch) | |
| tree | 0e8c9ebdb03ac2e64172f9a593288f08e2a8108b /src/store/initialStates.ts | |
| parent | 454f5dec8cbf2065ba615fa83183cbde44ffee21 (diff) | |
| parent | c3cd8f95c6534fb5eb78af299ef424c50aefd85a (diff) | |
Merge branch 'master' into tma590-friendslist-buttons
Diffstat (limited to 'src/store/initialStates.ts')
| -rw-r--r-- | src/store/initialStates.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store/initialStates.ts b/src/store/initialStates.ts index 2a5b76db..8d137a5d 100644 --- a/src/store/initialStates.ts +++ b/src/store/initialStates.ts @@ -1,3 +1,4 @@ +import {CommentThreadType} from './../types/types'; import { ExploreSectionType, MomentType, @@ -44,6 +45,7 @@ export const NO_USER_DATA = { cover: <string | null>'', isOnboardedUser: false, newNotificationReceived: false, + replyPosted: <CommentThreadType | undefined>undefined, }; export const NO_FRIENDS_DATA = { |
