Skip to content

Commit df61d4f

Browse files
committed
fix: restore acidentally lost context definition
1 parent 75dd677 commit df61d4f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/component/FavouriteStopContainer.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ FavouriteStopContainerComponent.defaultProps = {
8282
isFetching: false,
8383
};
8484

85+
FavouriteStopContainerComponent.contextTypes = {
86+
getStore: PropTypes.func.isRequired,
87+
executeAction: PropTypes.func.isRequired,
88+
config: configShape.isRequired,
89+
};
90+
8591
const FavouriteStopContainer = connectToStores(
8692
FavouriteStopContainerComponent,
8793
['FavouriteStore', 'UserStore', 'PreferencesStore'],

0 commit comments

Comments
 (0)