fix: Componente Liberation History

This commit is contained in:
Ivan Antunes 2024-08-08 11:24:03 -03:00
parent 035848d63a
commit 9947e6dc3e
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import 'package:hub/backend/api_requests/api_calls.dart';
import 'package:hub/backend/push_notification/pushNotificationService.dart';
import 'package:hub/components/templates_components/card_item_template_component/card_item_template_component_widget.dart';
import 'package:hub/components/templates_components/visit_request_template_component/visit_request_template_component_widget.dart';
import 'package:hub/components/templates_components/details_component/details_component_widget.dart';
import 'package:hub/flutter_flow/custom_functions.dart';
import 'package:hub/flutter_flow/flutter_flow_icon_button.dart';
import 'package:hub/flutter_flow/flutter_flow_theme.dart';
@ -337,7 +337,7 @@ Widget liberationHistoryItemCard(
useSafeArea: true,
context: context,
builder: (context) {
return VisitRequestTemplateComponentWidget(
return DetailsComponentWidget(
vteName: liberationHistoryItem['VTE_NOME'],
vteReason: liberationHistoryItem['NOT_MOTIVO'],
vawDate: liberationHistoryItem['NOT_STATUS'] == 'S'