Commit 15a8535f authored by Phil Hughes's avatar Phil Hughes

fixed undefined variable after variable name change

parent cb4a91e2
......@@ -56,9 +56,9 @@ export default {
type="button"
class="ide-sidebar-link js-ide-review-mode"
:class="{
active: currentActivityView === $options.ActivityBarViews.review
active: currentActivityView === $options.activityBarViews.review
}"
@click.prevent="updateActivityBarView($options.ActivityBarViews.review)"
@click.prevent="updateActivityBarView($options.activityBarViews.review)"
>
<icon
name="file-modified"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment