Skip to content

Commit

Permalink
Fix useNavigate lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
KaliedaRik committed Jan 17, 2024
1 parent e4f6d11 commit e8cf55f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ const InnerContent = ({
manageProductV2Props,
productDetail,
}: InnerContentProps) => {
// const navigate = useNavigate();

const mainPlan = getMainPlan(productDetail.subscription);
if (!mainPlan) {
throw new Error('mainPlan does not exist in manageProductV2 page');
Expand Down

0 comments on commit e8cf55f

Please sign in to comment.