mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
removed else
from TagChipDisplay.build
This commit is contained in:
@ -74,9 +74,9 @@ class TagChipDisplay extends StatelessWidget {
|
||||
],
|
||||
),
|
||||
);
|
||||
} else {
|
||||
return _buildAddDevicesButton(context);
|
||||
}
|
||||
|
||||
return _buildAddDevicesButton(context);
|
||||
}
|
||||
|
||||
Widget _buildEditChip(BuildContext context) {
|
||||
|
Reference in New Issue
Block a user