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
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 54s
This commit is contained in:
@@ -24,7 +24,7 @@ interface FeedbackModalProps {
|
||||
|
||||
export default function FeedbackModal({
|
||||
eventId,
|
||||
eventName,
|
||||
eventName: _eventName,
|
||||
onClose,
|
||||
}: FeedbackModalProps) {
|
||||
const { status } = useSession();
|
||||
|
||||
Reference in New Issue
Block a user