Hello-World-Software-Studios / calculator

Carpenter's tool for wall layout
0 stars 1 forks source link

Remove eslint disable in app.jsx #69

Closed ecumene closed 3 years ago

ecumene commented 3 years ago
            <Authentication
              isAuthenticated={isAuthenticated}
              setIsAuthenticated={setIsAuthCallback}
              isLoginComponent
            />
JPM709 commented 3 years ago

Simplified code by removing redundant true. Re-enabled eslint for that line.