Skip to content

Commit

Permalink
debug+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Nov 25, 2024
1 parent ad07550 commit 4cdcbf6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/components/EventContentPage/EventContentPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ export class EventContentPage {
console.log(myFavorites);
console.log(event.id);
const mySubsribtions = await this.checkSubscribe();
console.log(typeof event.id);
console.log(typeof myFavorites);
console.log(typeof mySubsribtions);

const inSub = mySubsribtions.includes(event.id);

Expand Down

0 comments on commit 4cdcbf6

Please sign in to comment.