Skip to content

Commit

Permalink
Refactor #4431 - For Calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
habubey committed Jun 16, 2023
1 parent da9880f commit cd85b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/calendar/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2949,7 +2949,7 @@ export const Calendar = React.memo(
const containerProps = mergeProps(
{
className: 'p-datepicker-calendar-container',
key: UniqueComponentId()
key: UniqueComponentId('calendar_container_')
},
ptm('container')
);
Expand Down Expand Up @@ -2996,7 +2996,7 @@ export const Calendar = React.memo(
const headerProps = mergeProps(
{
className: 'p-datepicker-header',
key: UniqueComponentId()
key: index
},
ptm('header')
);
Expand Down

0 comments on commit cd85b62

Please sign in to comment.