aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/FAB.tsx
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-11-12 03:59:35 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-12 08:29:35 +0530
commit53937fd58023ef800bd8ca1cd2b6d2d7bc891834 (patch)
treeea70778761addfaba1732dcb515dabd9f37f09ea /src/components/ui/FAB.tsx
parentUse forked version of 'node-mac-permissions' till the PR gets merged (#2216) (diff)
downloadferdium-app-53937fd58023ef800bd8ca1cd2b6d2d7bc891834.tar.gz
ferdium-app-53937fd58023ef800bd8ca1cd2b6d2d7bc891834.tar.zst
ferdium-app-53937fd58023ef800bd8ca1cd2b6d2d7bc891834.zip
chore: update eslint deps to latest (#2213)
- update eslint deps to latest - disable new react/function-component-definition rule - fix/disable newly reported issues
Diffstat (limited to 'src/components/ui/FAB.tsx')
-rw-r--r--src/components/ui/FAB.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/ui/FAB.tsx b/src/components/ui/FAB.tsx
index 583c9d556..0d871e948 100644
--- a/src/components/ui/FAB.tsx
+++ b/src/components/ui/FAB.tsx
@@ -23,8 +23,6 @@ class Button extends Component<Props> {
23 htmlForm: '', 23 htmlForm: '',
24 }; 24 };
25 25
26 element = null;
27
28 render() { 26 render() {
29 const { className, disabled, onClick, type, children, htmlForm } = 27 const { className, disabled, onClick, type, children, htmlForm } =
30 this.props; 28 this.props;