aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/StatusBarTargetUrl.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/StatusBarTargetUrl.tsx')
-rw-r--r--src/components/ui/StatusBarTargetUrl.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/StatusBarTargetUrl.tsx b/src/components/ui/StatusBarTargetUrl.tsx
index 7b053f410..d969267eb 100644
--- a/src/components/ui/StatusBarTargetUrl.tsx
+++ b/src/components/ui/StatusBarTargetUrl.tsx
@@ -8,7 +8,7 @@ interface IProps {
8 text?: string; 8 text?: string;
9} 9}
10 10
11// TODO - [TS DEBT] Should this file be converted into the coding style similar to './toggle/index.tsx'? 11// TODO: [TS DEBT] Should this file be converted into the coding style similar to './toggle/index.tsx'?
12@observer 12@observer
13class StatusBarTargetUrl extends Component<IProps> { 13class StatusBarTargetUrl extends Component<IProps> {
14 render() { 14 render() {