diff --git a/src/components/Animations/AnimatedFAB.tsx b/src/components/Animations/AnimatedFAB.tsx index a5254eb..8b73550 100644 --- a/src/components/Animations/AnimatedFAB.tsx +++ b/src/components/Animations/AnimatedFAB.tsx @@ -77,15 +77,14 @@ export default class AnimatedFAB extends React.Component { render() { const {props} = this; return ( - - + + ); }