Fix lint issue

This commit is contained in:
schroda
2024-12-22 21:45:34 +01:00
parent 11455427bf
commit 4cc38a96db

View File

@@ -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);