Skip to content

Commit

Permalink
LA-1220 Fixed typo in document_details
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledNjim authored and hoangdat committed Feb 29, 2024
1 parent f55f0c6 commit 86dc789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class _DocumentDetailsWidgetState extends State<DocumentDetailsWidget> {
_documentInformationTile(AppLocalizations.of(context).created,
state.document?.creationDate.getMMMddyyyyFormatString() ?? ''),
_documentInformationTile(AppLocalizations.of(context).expiration,
state.document?.expirationDate?.getMMMddyyyyFormatString() ?? '',
state.document?.expirationDate?.getMMMddyyyyFormatString() ?? ''),
],
),
Divider(),
Expand Down

0 comments on commit 86dc789

Please sign in to comment.