From 97a58f5c32ad775dcb2752efc3e770d654663366 Mon Sep 17 00:00:00 2001
From: Isabell Guckes <isabell.guckes@uni-bielefeld.de>
Date: Sun, 29 Sep 2024 06:56:06 +0200
Subject: [PATCH] fix

---
 src/contents/description.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/contents/description.tsx b/src/contents/description.tsx
index a0324f10..63945a01 100644
--- a/src/contents/description.tsx
+++ b/src/contents/description.tsx
@@ -21,7 +21,6 @@ import { useNavigation } from "../utils";
 export function Description() { 
     useTabNavigation();
     const {goToPagesAndOpenTab} = useNavigation();
-    const {goToPageWithTabAndScroll} = useNavigation();
   return (
       <div className="row mt-4">
         <div className="col">
-- 
GitLab