Skip to content

Commit

Permalink
Last Date added for selected share
Browse files Browse the repository at this point in the history
  • Loading branch information
pokhrelashok committed Dec 13, 2023
1 parent 2c2d7f3 commit 2c5c8f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/fill/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ export default function OpenShares() {
Share Type:{" "}
<span className="font-bold">{selectedShare.shareTypeName}</span>
</div>
<div>
Last Date:{" "}
<span className="font-bold">
{selectedShare.maxIssueCloseDateStr.split(" ")[0]}
</span>
</div>
<form
onSubmit={(e) => {
e.preventDefault();
Expand Down

0 comments on commit 2c5c8f2

Please sign in to comment.