chore: remove unused classnames

This commit is contained in:
Steven 2024-07-29 23:12:27 +08:00
parent 444ccc03ed
commit 14194504ee
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ const ActivityCalendar = (props: Props) => {
</div>
)
) : (
<div key={`${date}-${index}`} className={clsx("shrink-0 w-6 h-6 opacity-0", getCellAdditionalStyles(count, maxCount))}></div>
<div key={`${date}-${index}`} className="shrink-0 w-6 h-6 opacity-0"></div>
);
})}
</div>