Skip to content

Commit

Permalink
Add comment for context.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkguidaven committed Jan 13, 2025
1 parent 04eda97 commit 0b51b3c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import './style.scss';

export default function ProductCategoryMenu() {
const translate = useTranslate();

// We will replace this with the actual categories on a separate PR
const categories = [
{ label: 'Jetpack', value: 'jetpack' },
{ label: 'Woo', value: 'woocommerce' },
Expand Down

0 comments on commit 0b51b3c

Please sign in to comment.