Skip to content

Commit

Permalink
Merge pull request #179 from quiet-programmer/mobile_app_dev
Browse files Browse the repository at this point in the history
removed unwanted lines
  • Loading branch information
sudo-which-qp authored Jul 3, 2021
2 parents 1926159 + fd6fe90 commit baac4a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ndole/bond_app/lib/screens/tab_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ class _TabViewState extends State<TabView> {
// then push to to HomeScreen() else Push to AddPartnerScreen()
// using a ternary operator
'page': AddPartnerScreen(),
'title': 'Categories',
},
{
'page': UserProfile(),
'title': 'Your Favorite',
},
];
int _selectedPageIndex = 0;
Expand Down

2 comments on commit baac4a3

@vercel
Copy link

@vercel vercel bot commented on baac4a3 Jul 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bond – ./eru/

bond-git-main-fotiemconstant.vercel.app
bond-nu.vercel.app
bond-fotiemconstant.vercel.app

@vercel
Copy link

@vercel vercel bot commented on baac4a3 Jul 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bond-api – ./okok/node-api

bond-api.vercel.app
bond-api-git-main-fotiemconstant.vercel.app
bond-api-fotiemconstant.vercel.app

Please sign in to comment.