aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Radio.tsx
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-28 13:48:21 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-28 13:48:21 +0530
commit99ca310c73024b51fed1f3077375eed7827f2c20 (patch)
tree2bd15986f448129a2291acba90ccc6bf68a233e0 /src/components/ui/Radio.tsx
parentDisable in-app auto-updates for portable windows installation (fixes #1088) (... (diff)
downloadferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.tar.gz
ferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.tar.zst
ferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.zip
Fix issues reported by sonarqube linter
Diffstat (limited to 'src/components/ui/Radio.tsx')
-rw-r--r--src/components/ui/Radio.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/Radio.tsx b/src/components/ui/Radio.tsx
index e6cb5d5a5..b5be64c5d 100644
--- a/src/components/ui/Radio.tsx
+++ b/src/components/ui/Radio.tsx
@@ -10,7 +10,7 @@ type Props = {
10 showLabel: boolean; 10 showLabel: boolean;
11}; 11};
12 12
13// Should this file be converted into the coding style similar to './toggle/index.tsx'? 13// TODO: Should this file be converted into the coding style similar to './toggle/index.tsx'?
14class Radio extends Component<Props> { 14class Radio extends Component<Props> {
15 static defaultProps = { 15 static defaultProps = {
16 focus: false, 16 focus: false,