mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-23 00:39:47 +01:00
Improve a11y (#1841)
Improve accessibility by removing unnecessary tags without hrefs. Also remove many eslint errors and warnings.
This commit is contained in:
@@ -95,5 +95,5 @@ export const byNestedKeys = (key: string, nestedKey: string) => {
|
||||
export default {
|
||||
byKey,
|
||||
byValueLength,
|
||||
byNestedKeys
|
||||
byNestedKeys,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user