Skip to content

Commit

Permalink
Check if task is loaded in help modal
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed Feb 16, 2018
1 parent 7b12862 commit a7351a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/Help.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<li><icon name="chevron-left"></icon>Previous task</li>
<li><icon name="chevron-right"></icon>Next task</li>
</ul>
<div v-if="task.mode === 'select'">
<div v-if="task && task.mode === 'select'">
<h4>Select mode</h4>
<p>
When using the viewer in select mode an area of the image can
Expand Down

0 comments on commit a7351a8

Please sign in to comment.