Skip to content

Commit

Permalink
perf(calendar): add diaplayname
Browse files Browse the repository at this point in the history
  • Loading branch information
epoll-j authored Sep 24, 2024
1 parent 71b3225 commit e6627e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@ const Calendar: FC<CalendarProps> = (_props) => {
);
};

Calendar.displayName = 'Calendar'

export default Calendar;

0 comments on commit e6627e3

Please sign in to comment.