diff --git a/apps/comments-ui/src/AppContext.ts b/apps/comments-ui/src/AppContext.ts index 9c1ba8a581..18339a9edf 100644 --- a/apps/comments-ui/src/AppContext.ts +++ b/apps/comments-ui/src/AppContext.ts @@ -83,8 +83,7 @@ export type EditableAppContext = { order: string, adminApi: AdminApi | null, commentsIsLoading?: boolean, - commentIdToHighlight: string | null, - commentLikeLoadingId?: string | null + commentIdToHighlight: string | null } export type TranslationFunction = (key: string, replacements?: Record) => string;