aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/ServiceIcon.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/ServiceIcon.js')
-rw-r--r--src/components/ui/ServiceIcon.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/ServiceIcon.js b/src/components/ui/ServiceIcon.js
index d403d107d..b05d791be 100644
--- a/src/components/ui/ServiceIcon.js
+++ b/src/components/ui/ServiceIcon.js
@@ -24,6 +24,7 @@ const styles = theme => ({
24 }, 24 },
25}); 25});
26 26
27// Should this file be converted into the coding style similar to './toggle/index.tsx'?
27class ServiceIcon extends Component { 28class ServiceIcon extends Component {
28 static propTypes = { 29 static propTypes = {
29 classes: PropTypes.object.isRequired, 30 classes: PropTypes.object.isRequired,