Fix parentheses

This commit is contained in:
Joao Victor 2022-04-06 13:15:00 -03:00
parent 38053b8a28
commit 60d2760705

View File

@ -39,4 +39,4 @@ export default injectIntl(withTracker(({ intl }) => {
},
});
return {};
}))(() => null);
})(() => null));