Working with reducers - React 18 part 2

I have a question about the auth reducer we created as an exercise.
When I pass an empty string as a value to the username property and I click the login link, the state never changes, and the link stays the same ‘login’
How does this work? and why the state wasn’t changed?

dispatch({ type: "LOGIN", username: "" })} href="#"> Login