From f88a3701b707f1a40aa11aae383aeaeed6decc14 Mon Sep 17 00:00:00 2001 From: rotorsoft Date: Tue, 3 Dec 2024 11:59:14 -0500 Subject: [PATCH] fix ui type --- packages/commonwealth/client/scripts/models/Thread.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/commonwealth/client/scripts/models/Thread.ts b/packages/commonwealth/client/scripts/models/Thread.ts index 437aaf60ea1..4e42528c0c4 100644 --- a/packages/commonwealth/client/scripts/models/Thread.ts +++ b/packages/commonwealth/client/scripts/models/Thread.ts @@ -238,7 +238,7 @@ export class Thread implements IUniqueId { avatar_url?: string | null; address_last_active?: string; associatedReactions?: ReactionView[]; - associatedContests?: ContestView[]; + associatedContests?: ContestView[] | null; recentComments?: CommentView[]; ContestActions?: ContestActionView[]; },