diff options
Diffstat (limited to 'src/state/models/user-follows-view.ts')
-rw-r--r-- | src/state/models/user-follows-view.ts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/state/models/user-follows-view.ts b/src/state/models/user-follows-view.ts index b7875c22c..13742c327 100644 --- a/src/state/models/user-follows-view.ts +++ b/src/state/models/user-follows-view.ts @@ -16,7 +16,12 @@ export class UserFollowsViewModel { params: GetFollows.QueryParams // data - subject: Subject = {did: '', handle: '', displayName: ''} + subject: Subject = { + did: '', + handle: '', + displayName: '', + declaration: {cid: '', actorType: ''}, + } follows: FollowItem[] = [] constructor( |