From 4d62e9fb0ec90ae8cebc1b9afead148c37e807ce Mon Sep 17 00:00:00 2001 From: BDenysovets Date: Tue, 9 Aug 2022 22:06:12 +0300 Subject: [PATCH] fix(avatar): axesHelper removed from box background --- src/components/Background/Box/Box.component.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Background/Box/Box.component.tsx b/src/components/Background/Box/Box.component.tsx index 95f867eb..956fe92f 100644 --- a/src/components/Background/Box/Box.component.tsx +++ b/src/components/Background/Box/Box.component.tsx @@ -13,7 +13,6 @@ const Box: FC = ({ src = '', ...baseProps }) => { - ); };