Skip to content

Commit

Permalink
update @holochain-syn/store
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Feb 7, 2024
1 parent 5f8c220 commit d62ce0c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/src/AboutDialog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<svelte:window on:keydown={handleKeydown}/>

<sl-dialog label="Gamez!: UI v0.3.13 for DNA v0.2.x" bind:this={dialog} width={600} >
<sl-dialog label="Gamez!: UI v0.3.14 for DNA v0.2.x" bind:this={dialog} width={600} >
<div class="about">
<p>Gamez! is a demonstration Holochain app built by the Holochain Foundation.</p>
<p> <b>Developers:</b>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/boardList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class BoardList {
}
)
const latestState = pipe(board,
board => board.workspace.latestSnapshot
board => board.workspace.latestState
)
const tip = pipe(board,
board => board.workspace.tip
Expand Down

0 comments on commit d62ce0c

Please sign in to comment.