Skip to content

Commit

Permalink
Merge pull request #454 from nishant0708/notification_colum
Browse files Browse the repository at this point in the history
Needs to add new feature in admin dashboard #451
  • Loading branch information
usha-madithati authored Jul 20, 2024
2 parents 5328aa5 + c2706b8 commit fd500e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dashboards/AdminD.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ const AdminD = () => {
<th className="py-2 px-4 border-b">MFD</th>
<th className="py-2 px-4 border-b">Expiry Date</th>
<th className="py-2 px-4 border-b">Product Info</th>
<th className="py-2 px-4 border-b">Notification Period</th>
</tr>
</thead>
<tbody>
Expand All @@ -245,6 +246,7 @@ const AdminD = () => {
{new Date(product.expiry_date).toLocaleDateString()}
</td>
<td className="py-2 px-4 border-b">{product.product_info}</td>
<td className="py-2 px-4 border-b">{`${product.notificationPeriod} days`}</td>
</tr>
))}
</tbody>
Expand Down

0 comments on commit fd500e8

Please sign in to comment.