diff options
| author | Ashm Walia <ashmwalia@outlook.com> | 2021-01-31 02:25:53 -0800 |
|---|---|---|
| committer | Ashm Walia <ashmwalia@outlook.com> | 2021-01-31 02:25:53 -0800 |
| commit | a3000926cb26d9ca2afba116d875653783fb622b (patch) | |
| tree | a11923d1336aedc712eb3f4073e386879d85035f /src/store/initialStates.ts | |
| parent | c08699f541089aed989f3f481d10f890c3064170 (diff) | |
Fixed
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 = { |
