Kevin Ariza

Results 1 issues of Kevin Ariza

Refactored the `Login` component to delay rendering until the value of the `introSeen` variable is determined. By initializing `introSeen` as `null` and using conditional rendering based on its boolean values...