From 063d8aa416533b7574ed8c32f6af6a6c3cc73633 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 12 Mar 2019 03:34:24 -0700 Subject: [PATCH] Remove FlowFixMes Summary: Flow tells me these too are unnecessary now. Yay! Reviewed By: danielbuechele Differential Revision: D14406869 fbshipit-source-id: c09c11fd548798a3fe97c74d23d3b2e9637e5f3a --- src/NotificationsHub.js | 1 - src/PluginContainer.js | 1 - 2 files changed, 2 deletions(-) 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,