Skip to content

Commit

Permalink
found_error_in_EndDate
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamannatanwa committed Nov 28, 2023
1 parent 0c47ebb commit 1079e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Class/ClassCard/BatchCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function BatchCard({ item, editClass, setRefreshKey, showClass }) {
className={classes.icons}
src={require("../assets/calendar.svg")}
/>
{format(item?.barch_start, "dd MMM yy")} -{" "}
{format(item?.batch_start, "dd MMM yy")} -{" "}
{format(item?.batch_end, "dd MMM yy")}
</Typography>
) : (
Expand Down

0 comments on commit 1079e61

Please sign in to comment.