Skip to content

Commit

Permalink
LA-1351 fixed wrong expiration date in recieved shares
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledNjim authored and hoangdat committed Jul 24, 2024
1 parent 5923e49 commit d4fb049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class _ReceivedShareDetailsWidgetState extends State<ReceivedShareDetailsWidget>
_receivedShareInformationTile(AppLocalizations.of(context).created,
state.receivedShare!.creationDate.getMMMddyyyyFormatString()),
_receivedShareInformationTile(AppLocalizations.of(context).expiration,
state.receivedShare!.creationDate.getMMMddyyyyFormatString()),
state.receivedShare!.expirationDate.getMMMddyyyyFormatString()),
],
),
Divider(),
Expand Down

0 comments on commit d4fb049

Please sign in to comment.