diff --git a/src/components/rpg-entry/RpgEntryHomeView.tsx b/src/components/rpg-entry/RpgEntryHomeView.tsx index dedfad73..f844bb81 100644 --- a/src/components/rpg-entry/RpgEntryHomeView.tsx +++ b/src/components/rpg-entry/RpgEntryHomeView.tsx @@ -134,6 +134,7 @@ export interface RpgEntryHomeViewProps { profilePlayStatsError?: string | null; onCloseProfilePlayStats?: () => void; onOpenPlayedWork?: (work: ProfilePlayedWorkSummary) => void; + onOpenFeedback?: () => void; onRechargeSuccess?: () => void | Promise; createTabContent?: ReactNode; } @@ -2679,6 +2680,7 @@ export function RpgEntryHomeView({ profilePlayStatsError = null, onCloseProfilePlayStats, onOpenPlayedWork, + onOpenFeedback, onRechargeSuccess, createTabContent, }: RpgEntryHomeViewProps) { @@ -3996,6 +3998,12 @@ export function RpgEntryHomeView({ icon={MessageCircle} onClick={() => openProfilePopupPanel('community')} /> +