feat: routine labels
This commit is contained in:
parent
b3c5e760cc
commit
5512be819a
|
@ -22,9 +22,12 @@ const Routines = ({
|
||||||
{
|
{
|
||||||
entries.length > 0 && (
|
entries.length > 0 && (
|
||||||
entries.map(
|
entries.map(
|
||||||
([, routine]) => (
|
([name, routine]) => (
|
||||||
<li className="routine">
|
<li className="routine">
|
||||||
<Actions.component context={context} value={routine.routine} />
|
<label>
|
||||||
|
{name}
|
||||||
|
<Actions.component context={context} value={routine.routine} />
|
||||||
|
</label>
|
||||||
</li>
|
</li>
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user