diff --git a/src/NotificationsHub.js b/src/NotificationsHub.js index 271149c00..522dd6c62 100644 --- a/src/NotificationsHub.js +++ b/src/NotificationsHub.js @@ -344,7 +344,6 @@ const ConnectedNotificationsTable = connect( devicePlugins, clientPlugins, }), - // $FlowFixMe { updatePluginBlacklist, updateCategoryBlacklist, diff --git a/src/PluginContainer.js b/src/PluginContainer.js index 2d1ad5a96..70b4d43a7 100644 --- a/src/PluginContainer.js +++ b/src/PluginContainer.js @@ -194,7 +194,6 @@ export default connect( isArchivedDevice, }; }, - // $FlowFixMe { setPluginState, selectPlugin,