+
{q.id === 19 && (
diff --git a/src/components/charts/PerceivedSpidergram.tsx b/src/components/charts/PerceivedSpidergram.tsx
index 6b1da26..6244a02 100644
--- a/src/components/charts/PerceivedSpidergram.tsx
+++ b/src/components/charts/PerceivedSpidergram.tsx
@@ -197,6 +197,7 @@ export default function PerceivedSpidergram({ values, onUpdate, onBack, onSubmit
{
+ const { data: session } = useSession()
+ const role = session?.user.role
+
return (
// bg-backgroundPaper
@@ -93,7 +100,7 @@ const Intro = () => {
may have.
-
diff --git a/test-results/.last-run.json b/test-results/.last-run.json
new file mode 100644
index 0000000..cbcc1fb
--- /dev/null
+++ b/test-results/.last-run.json
@@ -0,0 +1,4 @@
+{
+ "status": "passed",
+ "failedTests": []
+}
\ No newline at end of file