diff --git a/src/components/not-available/not-available.jsx b/src/components/not-available/not-available.jsx index 25face172..c1581101e 100644 --- a/src/components/not-available/not-available.jsx +++ b/src/components/not-available/not-available.jsx @@ -7,7 +7,8 @@ require('./not-available.scss'); const ProjectNotAvailable = () => ( - {/* Adding title as a prop rather than a child prevents a recursion error when used in a component with useEffect */} + {/* Adding title as a prop rather than a child prevents a + recursion error when used in a component with useEffect */}