aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/services/content/ServiceView.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/services/content/ServiceView.js')
-rw-r--r--src/components/services/content/ServiceView.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/services/content/ServiceView.js b/src/components/services/content/ServiceView.js
index 273653ea2..e5f095952 100644
--- a/src/components/services/content/ServiceView.js
+++ b/src/components/services/content/ServiceView.js
@@ -180,9 +180,6 @@ export default @observer @inject('stores') class ServiceView extends Component {
180 </Fragment> 180 </Fragment>
181 ) : ( 181 ) : (
182 <> 182 <>
183 {service.recipe.id === 'franz-custom-website' && (
184 <WebControlsScreen service={service} />
185 )}
186 {!this.state.hibernate ? ( 183 {!this.state.hibernate ? (
187 <> 184 <>
188 {service.recipe.id === CUSTOM_WEBSITE_ID && ( 185 {service.recipe.id === CUSTOM_WEBSITE_ID && (