From 98063b9c22f1054ad8fc16c13bb4d50b6550b164 Mon Sep 17 00:00:00 2001 From: Jesse Bellingham Date: Mon, 9 Aug 2021 21:27:09 +1000 Subject: fix: Fix incorrect proptype in night builds modal --- src/features/nightlyBuilds/Component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/nightlyBuilds/Component.js b/src/features/nightlyBuilds/Component.js index 5a809aaf2..d35a6ebfe 100644 --- a/src/features/nightlyBuilds/Component.js +++ b/src/features/nightlyBuilds/Component.js @@ -129,7 +129,7 @@ nightlyBuildsModal.wrappedComponent.propTypes = { settings: PropTypes.instanceOf(SettingsStore).isRequired, }).isRequired, actions: PropTypes.shape({ - settings: PropTypes.instanceOf(SettingsStore).isRequired, + settings: PropTypes.object.isRequired, user: PropTypes.instanceOf(UserStore).isRequired, ui: PropTypes.instanceOf(UIStore).isRequired, }).isRequired, -- cgit v1.2.3-54-g00ecf