mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: pin/unpin memo
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user