Refactor FeedbackPage component: Simplify props handling and remove unused state and effects related to event and feedback management, streamlining the feedback submission process.
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 54s

This commit is contained in:
Julien Froidefond
2025-12-12 10:07:15 +01:00
parent ae08ed7793
commit f2805505a1
4 changed files with 24 additions and 260 deletions

View File

@@ -24,7 +24,7 @@ interface FeedbackModalProps {
export default function FeedbackModal({
eventId,
eventName,
eventName: _eventName,
onClose,
}: FeedbackModalProps) {
const { status } = useSession();