mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
Fix expiration field in Invoice details page
This commit is contained in:
parent
016db76306
commit
0d9fbe2d41
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th>Expiration date</th>
|
||||
<td>@Model.CreatedDate</td>
|
||||
<td>@Model.ExpirationDate</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
|
|
Loading…
Add table
Reference in a new issue