From 0cc9cf26b2eab7d3b02322982ae3c65ad21a8e04 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Fri, 4 Oct 2019 09:57:58 +0200 Subject: Fix lint --- src/components/services/content/ServiceView.js | 36 ++++++++++---------------- 1 file changed, 13 insertions(+), 23 deletions(-) (limited to 'src/components/services/content/ServiceView.js') diff --git a/src/components/services/content/ServiceView.js b/src/components/services/content/ServiceView.js index 74d8af0bc..0cfefc92b 100644 --- a/src/components/services/content/ServiceView.js +++ b/src/components/services/content/ServiceView.js @@ -178,31 +178,21 @@ export default @observer @inject('stores') class ServiceView extends Component { ) : ( <> - {service.isServiceAccessRestricted ? ( - + )} + {!this.state.hibernate ? ( + ) : ( - <> - {service.recipe.id === 'franz-custom-website' && ( - - )} - {!this.state.hibernate ? ( - - ) : ( -
- 😴 - {' '} - This service is currently hibernating. If this page doesn't close soon, please try reloading Ferdi. -
- )} - +
+ 😴 + {' '} + This service is currently hibernating. If this page doesn't close soon, please try reloading Ferdi. +
)} )} -- cgit v1.2.3-54-g00ecf