Skip to content

Commit f9f503d

Browse files
committed
Remove invalid function param
1 parent 323384b commit f9f503d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modal/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default class Modal extends Component {
102102
<button
103103
onclick={e => {
104104
clearSiteURL(e);
105-
clearStoreError(null);
105+
clearStoreError();
106106
}}
107107
className="btnLink forgotPasswordLink"
108108
>

0 commit comments

Comments
 (0)