From b7eb3e2a776a985a87bd857d6d33a9853faa55ce Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 4 Oct 2019 14:07:16 +0200 Subject: webControls polishing --- src/components/services/content/ServiceView.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/services') diff --git a/src/components/services/content/ServiceView.js b/src/components/services/content/ServiceView.js index e8df58a1e..3b09518c5 100644 --- a/src/components/services/content/ServiceView.js +++ b/src/components/services/content/ServiceView.js @@ -13,6 +13,7 @@ import ServiceDisabled from './ServiceDisabled'; import ServiceRestricted from './ServiceRestricted'; import ServiceWebview from './ServiceWebview'; import WebControlsScreen from '../../../features/webControls/containers/WebControlsScreen'; +import { CUSTOM_WEBSITE_ID } from '../../../features/webControls/constants'; export default @observer class ServiceView extends Component { static propTypes = { @@ -139,7 +140,7 @@ export default @observer class ServiceView extends Component { /> ) : ( <> - {service.recipe.id === 'franz-custom-website' && ( + {service.recipe.id === CUSTOM_WEBSITE_ID && ( )}