diff --git a/core/src/components/Collection/Collection.tsx b/core/src/components/Collection/Collection.tsx
index 2cf63464..c5da7cf2 100644
--- a/core/src/components/Collection/Collection.tsx
+++ b/core/src/components/Collection/Collection.tsx
@@ -293,4 +293,4 @@ const mapDispatchToProps = {
 const connector = connect(mapStateToProps, mapDispatchToProps);
 export type CollectionViewProps = ConnectedProps<typeof connector>;
 
-export default connector(translate()(CollectionView) as ComponentType<CollectionViewProps>);
+export default translate()(connector(CollectionView)) as ComponentType<CollectionViewOwnProps>;