Remove mapDispatchToProps
This commit is contained in:
parent
145d48d104
commit
98eb6dec68
1 changed files with 0 additions and 30 deletions
|
@ -61,33 +61,3 @@ export const actionCreators: ReduxActions = {
|
|||
user,
|
||||
username,
|
||||
};
|
||||
|
||||
export const mapDispatchToProps = {
|
||||
...accounts,
|
||||
...app,
|
||||
...audioPlayer,
|
||||
...audioRecorder,
|
||||
...badges,
|
||||
...calling,
|
||||
...composer,
|
||||
...conversations,
|
||||
...crashReports,
|
||||
...emojis,
|
||||
...expiration,
|
||||
...globalModals,
|
||||
...inbox,
|
||||
...items,
|
||||
...lightbox,
|
||||
...linkPreviews,
|
||||
...mediaGallery,
|
||||
...network,
|
||||
...safetyNumber,
|
||||
...search,
|
||||
...stickers,
|
||||
...stories,
|
||||
...storyDistributionLists,
|
||||
...toast,
|
||||
...updates,
|
||||
...user,
|
||||
...username,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue