Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeyGuyDylan committed Feb 6, 2025
1 parent 69a9419 commit 0cb1c6f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const ProductsTableView: FC< ProductsTableViewProps > = ( { products } ) => {
navigate( `add-${ slug }` );
},
[ navigate, recordEvent ]
);

const categories = useMemo(
() => getCategories( products, allProductData ),
Expand Down Expand Up @@ -229,6 +230,7 @@ const ProductsTableView: FC< ProductsTableViewProps > = ( { products } ) => {
},
},
];
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [ isMobileViewport, navigateToInterstitial ] );

const [ view, setView ] = useState< View >( {
Expand Down

0 comments on commit 0cb1c6f

Please sign in to comment.