Fix reporting from profile (#17632)
* Fix reporting from profile * Clean up dead code
This commit is contained in:
parent
a9a43de6d1
commit
b7cf11d5a9
3 changed files with 1 additions and 67 deletions
|
@ -8,7 +8,7 @@ export const REPORT_SUBMIT_FAIL = 'REPORT_SUBMIT_FAIL';
|
|||
export const initReport = (account, status) => dispatch =>
|
||||
dispatch(openModal('REPORT', {
|
||||
accountId: account.get('id'),
|
||||
statusId: status.get('id'),
|
||||
statusId: status?.get('id'),
|
||||
}));
|
||||
|
||||
export const submitReport = (params, onSuccess, onFail) => (dispatch, getState) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue