0
0
Fork 0

Fix eslint error (#16212)

This commit is contained in:
abcang 2021-05-11 21:17:38 +09:00 committed by GitHub
parent 7bd2b54a46
commit be6f4e013a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,7 @@ export function initBoostModal(props) {
dispatch({
type: BOOSTS_INIT_MODAL,
privacy
privacy,
});
dispatch(openModal('BOOST', props));