Ensure functions inside AuthenticationResponse.tsx are in the correct format #190
Labels
Easy
A simple problem or change that needs to be fixed or made.
Good first issue
Good for newcomers
Refactor
Rewriting functions, changing names, improving code readability, reducing complexity
Currently, there are some functions in the AuthenticationResponse.tsx that are
function xxx()
but due to the coding style guide we need to change it to an arrow function.Bonus points if you figure out a good a clean method to store the Error class as well. Possibly in a new folder/file called classes.ts or something?
The text was updated successfully, but these errors were encountered: