Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
remove unrelated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
plbabin committed May 25, 2021
1 parent 85e853b commit de09615
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/CheckMarkCard/CheckMarkCard.jsx
Expand Up @@ -116,7 +116,6 @@ const CheckMarkCard = props => {
}, [checked])

useEffect(() => {
// Update the document title using the browser API
if (isFocused) {
checkMarkCardRef.current.classList.add('is-focused')
inputRef.current.focus()
Expand Down

0 comments on commit de09615

Please sign in to comment.