From 4a59392f03f947e68c2f8926b8cad2db61301916 Mon Sep 17 00:00:00 2001 From: Hatim Dinia Date: Tue, 27 Feb 2024 15:58:41 +0100 Subject: [PATCH] fix(ui): add missing i18n dependency (#1954) --- webapp/src/components/App/Singlestudy/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/App/Singlestudy/index.tsx b/webapp/src/components/App/Singlestudy/index.tsx index 9a76747915..1900d81cfb 100644 --- a/webapp/src/components/App/Singlestudy/index.tsx +++ b/webapp/src/components/App/Singlestudy/index.tsx @@ -71,7 +71,7 @@ function SingleStudy(props: Props) { path: `/studies/${studyId}/explore/debug`, }, ], - [studyId], + [studyId, t], ); const updateStudyData = useCallback(async () => {