fix: Resolve Server Component serialization error on shared links
All checks were successful
Automated Container Build / build-and-push (push) Successful in 51s

This commit is contained in:
Elijah 2026-06-27 20:39:54 -07:00
parent cab4757be2
commit a65e371449
3 changed files with 10 additions and 13 deletions

View file

@ -87,11 +87,6 @@ export default async function SharedPage(props: SharedPageProps) {
}}
retakeIds={null}
isShared={true}
onFinished={() => {
// In shared mode, finishes local results display, when closed we can reload
// but QuizViewer doesn't handle the restart well in shared mode if we just close.
// We'll let it stay on results or the user can refresh.
}}
/>
)}
</div>