all working
This commit is contained in:
parent
1ff7548b52
commit
51dd408733
5 changed files with 50 additions and 61 deletions
|
|
@ -19,7 +19,7 @@ export function Header({ context }) {
|
|||
isDirty,
|
||||
activeCode,
|
||||
handleTogglePlay,
|
||||
handleUpdate,
|
||||
handleEvaluate,
|
||||
handleShuffle,
|
||||
handleShare,
|
||||
} = context;
|
||||
|
|
@ -85,7 +85,7 @@ export function Header({ context }) {
|
|||
)}
|
||||
</button>
|
||||
<button
|
||||
onClick={() => handleUpdate({})}
|
||||
onClick={handleEvaluate}
|
||||
title="update"
|
||||
className={cx(
|
||||
'flex items-center space-x-1',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue