Skip to content

Commit

Permalink
Fixed computed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
annemerete committed Nov 8, 2023
1 parent e7987f8 commit 6ccc517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panes/ObjectivePane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="objective-pane__key-results-header">
<h3 class="pkt-txt-16-medium">{{ $t('general.keyResults') }}</h3>
<pkt-button
v-if="hasEditRights || isMemberOfChild()"
v-if="hasEditRights || isMemberOfChild"
:text="$t('general.keyResult')"
skin="primary"
size="small"
Expand Down

0 comments on commit 6ccc517

Please sign in to comment.