fix(home): update PairedHomePreview to BOTH_ANSWERED state

This commit is contained in:
null 2026-07-01 02:19:35 -05:00
parent cbffaeca9f
commit 611481786f
1 changed files with 1 additions and 1 deletions

View File

@ -1745,7 +1745,7 @@ fun PairedHomePreviewScreen(onNavigate: (String) -> Unit = {}) {
category = "emotional_intimacy",
depthLevel = 2
),
dailyQuestionState = DailyQuestionState.PARTNER_ANSWERED_USER_PENDING,
dailyQuestionState = DailyQuestionState.BOTH_ANSWERED,
hasPartnerAnsweredToday = true,
partnerAnsweredQuestionId = "demo",
answerStats = HomeAnswerStats(total = 24, revealed = 18, private = 6),