mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 03:54:55 +00:00
fixed space
This commit is contained in:
@ -60,7 +60,7 @@ class HomeSettingsView extends StatelessWidget {
|
||||
onTap: () {
|
||||
Navigator.of(context).push(CustomPageRoute(
|
||||
builder: (context) => RoomsView(
|
||||
unitId: space?.id ?? '',
|
||||
unit: space!,
|
||||
)));
|
||||
},
|
||||
child: Container(
|
||||
|
||||
Reference in New Issue
Block a user