Skip to content

Commit

Permalink
bugfix : change event name
Browse files Browse the repository at this point in the history
  • Loading branch information
Happhee committed Aug 30, 2024
1 parent f0b36bd commit 5913282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/components/CategoryTabs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function CategoryTabs({
name:
type === "ARTICLE"
? EVENT_NAME.MAIN_ARTICLECATEGORY_TAPPED
: EVENT_NAME.MAIN_WORKBOOK_SHORTCUT_TAPPED,
: EVENT_NAME.MAIN_WORKBOOKCATEGORY_TAPPED,
property: { category: name },
});
};
Expand Down

0 comments on commit 5913282

Please sign in to comment.