From 99ca310c73024b51fed1f3077375eed7827f2c20 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 28 May 2023 13:48:21 +0530 Subject: Fix issues reported by sonarqube linter --- src/components/ui/StatusBarTargetUrl.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ui/StatusBarTargetUrl.tsx') 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 { text?: string; } -// TODO - [TS DEBT] Should this file be converted into the coding style similar to './toggle/index.tsx'? +// TODO: [TS DEBT] Should this file be converted into the coding style similar to './toggle/index.tsx'? @observer class StatusBarTargetUrl extends Component { render() { -- cgit v1.2.3-54-g00ecf