Skip to content

Commit

Permalink
touchpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Mar 11, 2024
1 parent 2df5635 commit 9e869b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bloc/versions/app_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class AppCubit extends Cubit<AppState> {
addTeamProject(projectsCore);
addTeamProject(projectsNodo5);
addTeamProject(projectsVAS);
addTeamProject(projectsTouchPoint);
// addTeamProject(projectsTouchPoint);
}

void addTeamProject(teamProject) {
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class HomePageState extends State<HomePage> {
StatusPage(projects: projectsCore),
StatusPage(projects: projectsNodo5),
StatusPage(projects: projectsVAS),
StatusPage(projects: projectsTouchPoint),
// StatusPage(projects: projectsTouchPoint),
],
);
}
Expand Down

0 comments on commit 9e869b2

Please sign in to comment.