Skip to content

Commit

Permalink
Shrink comments
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed Nov 2, 2023
1 parent c959694 commit d1efd23
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/OpacityView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit d1efd23

Please sign in to comment.