Commit 14194504 authored by Steven's avatar Steven

chore: remove unused classnames

parent 444ccc03
...@@ -92,7 +92,7 @@ const ActivityCalendar = (props: Props) => { ...@@ -92,7 +92,7 @@ const ActivityCalendar = (props: Props) => {
</div> </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> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment