Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda committed Dec 22, 2024
1 parent 1145542 commit 4cc38a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/source/screens/Sources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function groupByLang<Source extends Pick<SourceType, 'id' | 'name' | 'lang'>>(
return result;
}

export function Sources({ tabsMenuHeight }: { tabsMenuHeight: number }) {
export function Sources() {
const { t } = useTranslation();
const { setAction } = useContext(NavBarContext);

Expand Down

0 comments on commit 4cc38a9

Please sign in to comment.