From b3889298655844f4506e5966241870d1ed2cce1f Mon Sep 17 00:00:00 2001 From: tomlum Date: Wed, 2 Feb 2022 16:54:42 -0500 Subject: [PATCH] lint line fix --- src/components/not-available/not-available.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */}