Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
louwie17 committed May 25, 2021
1 parent 9f5c589 commit d855979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/task-list/tasks/products/products.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Fragment, useState } from '@wordpress/element';
import { Card, CardBody } from '@wordpress/components';
import {
Icon,
templatePartSidebar,
sidebar,
chevronRight,
plusCircle,
archive,
Expand Down Expand Up @@ -34,7 +34,7 @@ const subTasks = [
'Use a template to add physical, digital, and variable products',
'woocommerce-admin'
),
before: <Icon icon={ templatePartSidebar }></Icon>,
before: <Icon icon={ sidebar }></Icon>,
after: <Icon icon={ chevronRight } />,
onClick: () =>
recordEvent( 'tasklist_add_product', {
Expand Down

0 comments on commit d855979

Please sign in to comment.