diff --git a/src/common/ZulipSwitch.js b/src/common/ZulipSwitch.js index 3572104e9fe..fb5b6fd3df5 100644 --- a/src/common/ZulipSwitch.js +++ b/src/common/ZulipSwitch.js @@ -54,11 +54,12 @@ export default class ZulipSwitch extends PureComponent { const switchValue = typeof valueControlled !== 'undefined' ? valueControlled : value; return ( - // $FlowFixMe-57 two props deprecated... and immediately removed from type 🤨