Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Mar 27, 2020
1 parent 1e13cac commit 33f3d54
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions public/components/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,15 @@ export default class App extends Component {
</details>
</div>
<div class="Split">
<${History} future=${this.am.future.list} past=${this.am.past.list} undo=${this.undo.bind(this)} />
<${History}
future=${this.am.future.list}
past=${this.am.past.list}
undo=${this.undo.bind(this)}
/>
</div>
<p class="App-statusline">
<a href="https://github.com/oskarrough/slaytheweb">Slay the Web</a> v0. Room ${state.dungeon.index + 1} of ${state.dungeon.rooms.length}. <a href="/">New Game</a>
<a href="https://github.com/oskarrough/slaytheweb">Slay the Web</a> v0. Room
${state.dungeon.index + 1} of ${state.dungeon.rooms.length}. <a href="/">New Game</a>
</p>
</div>
`
Expand Down

0 comments on commit 33f3d54

Please sign in to comment.