aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/ServiceIcon.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-14 09:02:38 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-14 09:02:38 -0500
commite7b250401b1289038666103bc72cfc099a44a493 (patch)
tree4feda16297e250e76f64ad2310a57fb72067dd03 /src/components/ui/ServiceIcon.js
parentTypescript conversion (diff)
downloadferdium-app-e7b250401b1289038666103bc72cfc099a44a493.tar.gz
ferdium-app-e7b250401b1289038666103bc72cfc099a44a493.tar.zst
ferdium-app-e7b250401b1289038666103bc72cfc099a44a493.zip
Added TODOs for tech debt
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,