Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit d03e4fe

Browse files
committed
fix(RegisterPage): fix incorrect flow type
1 parent 11026f5 commit d03e4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page_templates/account/RegisterPage/RegisterPage.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type touchedTypes = {|
2424
name?: boolean,
2525
email?: boolean,
2626
password?: boolean,
27-
terms?: string,
27+
terms?: boolean,
2828
|};
2929

3030
type Props = {|

0 commit comments

Comments
 (0)