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; /**