Skip to content

Commit

Permalink
Removed two attributes from Return.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCoder committed Nov 22, 2024
1 parent 949d277 commit c9027cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default {
props: ["context", "comment", "commentObj", "number"],
mixins: [ArrowMixin, DirectionMixin],
computed: {
...mapGetters(["distance", "cursor", "onElementClick", "participants"]),
...mapGetters(["cursor", "onElementClick"]),
/**
* ret
* : RETURN expr? SCOL?
Expand Down

0 comments on commit c9027cd

Please sign in to comment.