aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/ServiceIcon.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/ServiceIcon.tsx')
-rw-r--r--src/components/ui/ServiceIcon.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/ServiceIcon.tsx b/src/components/ui/ServiceIcon.tsx
index 39a32e44d..6920611d0 100644
--- a/src/components/ui/ServiceIcon.tsx
+++ b/src/components/ui/ServiceIcon.tsx
@@ -27,7 +27,7 @@ interface IProps extends WithStylesProps<typeof styles> {
27 className?: string; 27 className?: string;
28} 28}
29 29
30// TODO - [TS DEBT] Should this file be converted into the coding style similar to './toggle/index.tsx'? 30// TODO: [TS DEBT] Should this file be converted into the coding style similar to './toggle/index.tsx'?
31@observer 31@observer
32class ServiceIcon extends Component<IProps> { 32class ServiceIcon extends Component<IProps> {
33 render(): ReactNode { 33 render(): ReactNode {