From 1fbc4cf1f2279cf4cf6804ff02616515e82d2a38 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 8 Nov 2022 12:14:51 -0600 Subject: Finish the upvote/downvote implementation --- src/state/models/profile-ui.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state/models/profile-ui.ts') diff --git a/src/state/models/profile-ui.ts b/src/state/models/profile-ui.ts index 0ad893dd1..2ec615a9c 100644 --- a/src/state/models/profile-ui.ts +++ b/src/state/models/profile-ui.ts @@ -37,7 +37,7 @@ export class ProfileUiModel { }, {autoBind: true}, ) - this.profile = new ProfileViewModel(rootStore, {user: params.user}) + this.profile = new ProfileViewModel(rootStore, {actor: params.user}) this.feed = new FeedModel(rootStore, 'author', { author: params.user, limit: 10, -- cgit 1.4.1