From d1efd231819083a86ae1f1188a30bf9ce3d2b790 Mon Sep 17 00:00:00 2001 From: Blazej Kustra Date: Thu, 2 Nov 2023 17:19:24 +0100 Subject: [PATCH] Shrink comments --- src/components/OpacityView.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/OpacityView.tsx b/src/components/OpacityView.tsx index 83ed2e953a8e..6f82658bcac1 100644 --- a/src/components/OpacityView.tsx +++ b/src/components/OpacityView.tsx @@ -5,14 +5,10 @@ import shouldRenderOffscreen from '@libs/shouldRenderOffscreen'; import variables from '@styles/variables'; type OpacityViewProps = { - /** - * Should we dim the view - */ + /** Should we dim the view */ shouldDim: boolean; - /** - * Content to render - */ + /** Content to render */ children: React.ReactNode; /**