pennellato git da rosso ad arancio e verde
This commit is contained in:
@@ -16,9 +16,9 @@ class DashboardContent extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return BlocBuilder<SessionBloc, SessionState>(
|
||||
return BlocBuilder<SessionCubit, SessionState>(
|
||||
builder: (context, state) {
|
||||
final store = state.selectedStore;
|
||||
final store = state.currentStore;
|
||||
final company = state.company;
|
||||
|
||||
return Scaffold(
|
||||
|
||||
Reference in New Issue
Block a user