Remove unused id.

This commit is contained in:
Lucid Kobold
2022-02-10 01:01:58 -06:00
parent d6ee215a15
commit af57b29e2d

View File

@@ -79,9 +79,7 @@ const Calender = (newDate?: UpdateCalendarProps): JSX.Element => {
let id = "";
const stickerMonthID = Object.keys(stickersMonth)[0]
stickersMonth[stickerMonthID].map((stickerDay) => {
stickersMonth.map((stickerDay) => {
if (isSameDay(stickerDay.date, date)) {
sticker = stickerDay.sticker;