Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
nsjames committed Sep 12, 2018
1 parent 0ef3450 commit d249445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "scatter",
"version": "8.7.1",
"version": "8.8.0",
"description": "Scatter Desktop Companion",
"private": true,
"main": "electron.js",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Dashboard.vue
Expand Up @@ -93,7 +93,7 @@
<figure class="background" @click="transfer = null"></figure>

<section class="transfer-box">
<transfer v-if="transfer === TRANSFER_TYPES.SEND"></transfer>
<transfer v-show="transfer === TRANSFER_TYPES.SEND"></transfer>
<receive v-if="transfer === TRANSFER_TYPES.RECEIVE"></receive>
</section>

Expand Down

0 comments on commit d249445

Please sign in to comment.