disable GK
Summary: Adding a GK to be able to disable notifications remotely. Reviewed By: passy Differential Revision: D10467036 fbshipit-source-id: ee555bd73cb5c58d1113e28fe88fe605480865cf
This commit is contained in:
committed by
Facebook Github Bot
parent
1f84a6244c
commit
f1c6ebfbd5
@@ -199,7 +199,7 @@ class MainSidebar extends Component<MainSidebarProps> {
|
||||
backgroundColor={
|
||||
process.platform === 'darwin' && windowIsFocused ? 'transparent' : ''
|
||||
}>
|
||||
{GK.get('flipper_notifications') && (
|
||||
{!GK.get('flipper_disable_notifications') && (
|
||||
<ListItem
|
||||
active={selectedPlugin === 'notifications'}
|
||||
onClick={() =>
|
||||
|
||||
Reference in New Issue
Block a user