feat: pin/unpin memo

This commit is contained in:
boojack
2022-05-02 10:57:20 +08:00
parent fcb5e2ee5a
commit 995ec34bf8
15 changed files with 101 additions and 44 deletions

View File

@ -125,7 +125,7 @@ const UsageHeatMap: React.FC<Props> = () => {
></span>
);
})}
{nullCell.map((v, i) => (
{nullCell.map((_, i) => (
<span className="stat-container null" key={i}></span>
))}
</div>