Skip to content

Commit

Permalink
fix(ui): add missing i18n dependency (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdinia authored Feb 27, 2024
1 parent ae941cf commit 4a59392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/App/Singlestudy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function SingleStudy(props: Props) {
path: `/studies/${studyId}/explore/debug`,
},
],
[studyId],
[studyId, t],
);

const updateStudyData = useCallback(async () => {
Expand Down

0 comments on commit 4a59392

Please sign in to comment.