diff --git a/src/components/Home/SmallDashboardItem.js b/src/components/Home/SmallDashboardItem.js index 6617c49..0c27295 100644 --- a/src/components/Home/SmallDashboardItem.js +++ b/src/components/Home/SmallDashboardItem.js @@ -16,7 +16,6 @@ type Props = { }; const AnimatableBadge = Animatable.createAnimatableComponent(Badge); -const AnimatableIconButton = Animatable.createAnimatableComponent(IconButton); /** * Component used to render a small dashboard item @@ -34,7 +33,7 @@ class SmallDashboardItem extends React.Component { const colors = props.theme.colors; return ( -