Skip to content

Commit 94184bf

Browse files
committed
Fix false positive eslint line
1 parent db9eb57 commit 94184bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Plan/react/dashboard/src/components/modal/help/GroupPermissionHelp.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {faExclamationTriangle} from "@fortawesome/free-solid-svg-icons";
44
import {useMetadata} from "../../../hooks/metadataHook";
55
import {Trans} from "react-i18next";
66

7+
/* eslint-disable jsx-a11y/anchor-has-content */
78
const GroupPermissionHelp = () => {
89
const {mainCommand} = useMetadata();
910
return (
@@ -76,5 +77,6 @@ const GroupPermissionHelp = () => {
7677
</div>
7778
)
7879
};
80+
/* eslint-enable jsx-a11y/anchor-has-content */
7981

8082
export default GroupPermissionHelp

0 commit comments

Comments
 (0)