Skip to content

Conversation

@Ilyassbennanii
Copy link
Contributor

No description provided.

@ywarnier
Copy link
Member

There's a Vue issue in CatalogueCourseCard, where you define a constant allowSelfSignup on line 265 but it already is defined on line 456. This should have broken your "yarn dev" execution.

Can you please review?

When I remove the definition on line 456, the start are not marked anymore when I vote (if I reload the page, my votes appears, but not if I just click on the stars, even if nobody voted before and there's only one vote).

{ immediate: false },
)
const allowSelfSignup = computed(() => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks "yarn dev" beause allowSelfSignup is already defined on line 456.
Actually, the one that breaks is the one on line 456, but I mean there's a duplicate definition of the same constant and that does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants