diff options
| author | Ashm Walia <40498934+ashmgarv@users.noreply.github.com> | 2021-01-31 13:16:41 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-31 13:16:41 -0800 |
| commit | b7509400433169e698450e4a7667d268439dcf41 (patch) | |
| tree | 92fcfb0f91d1498f8a36762a1ee650f17dbb3af8 /src/store/initialStates.ts | |
| parent | ce18efb5318c230944167d42bbde827aaca4ee4a (diff) | |
| parent | 60d281814c60a471598746b4dad8f3d18be0931c (diff) | |
Merge pull request #209 from ashmgarv/tma-612-611-redesign-comments
[TMA 612/611] Frontend
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 = { |
