Skip to content

Commit

Permalink
remove strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladrillo committed May 3, 2022
1 parent bd3746d commit 8976d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function App() {

return (
// ✨ fix the JSX: `Spinner`, `Message`, `LoginForm`, `ArticleForm` and `Articles` expect props ❗
<React.StrictMode>
<>
<Spinner />
<Message />
<button id="logout" onClick={logout}>Logout from app</button>
Expand All @@ -88,6 +88,6 @@ export default function App() {
</Routes>
<footer>Bloom Institute of Technology 2022</footer>
</div>
</React.StrictMode>
</>
)
}

0 comments on commit 8976d1f

Please sign in to comment.