Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Vasiuro committed Aug 5, 2024
1 parent 8bff456 commit b44a913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/lib/calendar/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const Calendar = React.memo(
const [overlayVisibleState, setOverlayVisibleState] = React.useState(false);
const [viewDateState, setViewDateState] = React.useState(null);
const [idState, setIdState] = React.useState(props.id);
const isTypingRef = React.useRef(false);

const metaData = {
props,
Expand Down

0 comments on commit b44a913

Please sign in to comment.