Remove unused id.
This commit is contained in:
@@ -79,9 +79,7 @@ const Calender = (newDate?: UpdateCalendarProps): JSX.Element => {
|
|||||||
|
|
||||||
let id = "";
|
let id = "";
|
||||||
|
|
||||||
const stickerMonthID = Object.keys(stickersMonth)[0]
|
stickersMonth.map((stickerDay) => {
|
||||||
|
|
||||||
stickersMonth[stickerMonthID].map((stickerDay) => {
|
|
||||||
if (isSameDay(stickerDay.date, date)) {
|
if (isSameDay(stickerDay.date, date)) {
|
||||||
sticker = stickerDay.sticker;
|
sticker = stickerDay.sticker;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user