Skip to content

Commit

Permalink
remove unnecessary newline
Browse files Browse the repository at this point in the history
  • Loading branch information
JKobrynski committed Nov 8, 2023
1 parent 27a90ec commit 97fde1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/CollapsibleSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ function CollapsibleSection(props: CollapsibleSectionProps) {
<Icon src={src} />
</PressableWithFeedback>
<View style={styles.collapsibleSectionBorder} />

<Collapsible isOpened={isExpanded}>
<View>{props.children}</View>
</Collapsible>
Expand Down

0 comments on commit 97fde1b

Please sign in to comment.