Skip to content

Commit 59e20f8

Browse files
aayushrajvanshiKent C. Dodds
authored and
Kent C. Dodds
committed
docs: pdate README.md example (#474)
1 parent 8881803 commit 59e20f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function Login() {
251251
<button type="submit">Submit{state.loading ? '...' : null}</button>
252252
</form>
253253
{state.error ? <div role="alert">{state.error.message}</div> : null}
254-
{state.success ? (
254+
{state.resolved ? (
255255
<div role="alert">Congrats! You're signed in!</div>
256256
) : null}
257257
</div>

0 commit comments

Comments
 (0)