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