aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/ToggleRaw.js
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-06-23 20:39:18 +0530
committerLibravatar GitHub <noreply@github.com>2021-06-23 17:09:18 +0200
commit4d26ffd4805c234e4b0592ae5aa9254e8c3206fd (patch)
tree6e1e9dd01f53677c40482e45cea3646e952750a9 /src/components/ui/ToggleRaw.js
parentAdded new message when the user doesn't find a service (but that is present i... (diff)
downloadferdium-app-4d26ffd4805c234e4b0592ae5aa9254e8c3206fd.tar.gz
ferdium-app-4d26ffd4805c234e4b0592ae5aa9254e8c3206fd.tar.zst
ferdium-app-4d26ffd4805c234e4b0592ae5aa9254e8c3206fd.zip
Upgraded eslint and fixed all the reported errors. (#1549)
Diffstat (limited to 'src/components/ui/ToggleRaw.js')
-rw-r--r--src/components/ui/ToggleRaw.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/ToggleRaw.js b/src/components/ui/ToggleRaw.js
index ee817356b..dcaf664e1 100644
--- a/src/components/ui/ToggleRaw.js
+++ b/src/components/ui/ToggleRaw.js
@@ -14,6 +14,7 @@ export default @observer class ToggleRaw extends Component {
14 id: PropTypes.string, 14 id: PropTypes.string,
15 name: PropTypes.string, 15 name: PropTypes.string,
16 label: PropTypes.string, 16 label: PropTypes.string,
17 error: PropTypes.string,
17 }).isRequired, 18 }).isRequired,
18 className: PropTypes.string, 19 className: PropTypes.string,
19 showLabel: PropTypes.bool, 20 showLabel: PropTypes.bool,