Skip to content

Commit

Permalink
major fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shreya-mishra committed Jun 27, 2023
1 parent 55337d3 commit 2c9c6f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/components/ToDoComponent/SettingGoals/CreateGoals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const MainScreen = ({ navigation }) => {
overflow: 'hidden',
}}
>
{' '}
<Text
style={{
color: '#2827CC',
Expand Down Expand Up @@ -139,6 +138,9 @@ const styles = StyleSheet.create({
borderRadius: 10,
backgroundColor: '#2827CC',
},
titleText:{

}
});

export default MainScreen;
2 changes: 1 addition & 1 deletion src/screens/GoalScreen/GoalScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Stack = createNativeStackNavigator();
const GoalScreen = () => {
return (
<ScrollView>
<TodoComponent data-testid="todo-component" navigationProp={navigation} />
<TodoComponent data-testid="todo-component" />
{/* TODO: moving to v2
<ShortGoalsComponent />
<LongGoalsComponent /> */}
Expand Down

0 comments on commit 2c9c6f9

Please sign in to comment.