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