cleanie
This commit is contained in:
@@ -25,8 +25,10 @@ const Stickies = () => {
|
||||
const stickyMap = buildStickyMap();
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div>
|
||||
<Button onClick={handleCluster} isLoading={isPending} label="Group Notes By Theme"/>
|
||||
</div>
|
||||
<div className="clusters-container">
|
||||
{clusters.map((group) => (
|
||||
<div key={group.label} className="cluster-group">
|
||||
@@ -45,8 +47,10 @@ const Stickies = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div>
|
||||
<Button onClick={handleCluster} isLoading={isPending} label="Group Notes By Theme" />
|
||||
</div>
|
||||
<div className="stickies-grid">
|
||||
{stickies?.map((sticky) => (
|
||||
<Sticky key={sticky.id} sticky={sticky} />
|
||||
|
||||
Reference in New Issue
Block a user