Skip to content

Commit

Permalink
fix errorMessage (!errorMessage seems not to work for string)
Browse files Browse the repository at this point in the history
  • Loading branch information
Negue authored and Negue committed May 11, 2017
1 parent bc0efda commit 05c5ffc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/client/components/inventory/drawer.vue
Expand Up @@ -6,7 +6,7 @@
slot(name="drawer-header")
.drawer-slider
slot(name="drawer-slider")
div.message(v-if="!errorMessage")
div.message(v-if="errorMessage != null")
.content {{ errorMessage }}
</template>

Expand Down Expand Up @@ -75,7 +75,6 @@
.drawer-slider {
padding: 12px 0 0 24px;
width: 100%;
overflow-x: scroll;
white-space: nowrap;
position: relative;
Expand Down

0 comments on commit 05c5ffc

Please sign in to comment.