Skip to content

Commit

Permalink
fix: remove redundant ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Jul 17, 2023
1 parent 79a42c6 commit edb5378
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/tasks/NewTaskPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,7 @@ function NewTaskPage(props) {
Navigation.goBack(ROUTES.NEW_TASK_DETAILS);
}}
/>
<View
style={[styles.containerWithSpaceBetween]}
ref={shouldClearOutTaskInfoOnUnmount}
>
<View style={[styles.containerWithSpaceBetween]}>
<View style={styles.mb5}>
<MenuItemWithTopDescription
description={props.translate('task.title')}
Expand Down

0 comments on commit edb5378

Please sign in to comment.