mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
when it is CUR module there is no countdown and other selector
This commit is contained in:
@ -52,6 +52,9 @@ class BuildScheduleView extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
const ScheduleHeader(),
|
const ScheduleHeader(),
|
||||||
const SizedBox(height: 20),
|
const SizedBox(height: 20),
|
||||||
|
if (category == 'CUR_2')
|
||||||
|
const SizedBox()
|
||||||
|
else
|
||||||
ScheduleModeSelector(
|
ScheduleModeSelector(
|
||||||
currentMode: state.scheduleMode,
|
currentMode: state.scheduleMode,
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user