Skip to content

Commit 4fb760d

Browse files
authored
fix(README.md) format space
1 parent 7147668 commit 4fb760d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ export function App() {
6767
<SelectSchool
6868
onNext={(school) =>
6969
history.push('EnterJoinDate', (prev) => ({
70-
...prev,
71-
school
70+
...prev,
71+
school
7272
}))
7373
}
7474
/>

0 commit comments

Comments
 (0)