Skip to content

Commit

Permalink
Update Store.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dpS1lence authored Sep 7, 2024
1 parent 53721b9 commit 8e06e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/CookingAppReact/src/pages/store/Store.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import SubscriptionDetails from "../subscribtion/SubscriptionDetails";
const subscriptionId = import.meta.env.VITE_STRIPE_SUBSCRIPTION_ID;
const basicPackId = import.meta.env.VITE_STRIPE_BASIC_PACK_ID;
const valuePackId = import.meta.env.VITE_STRIPE_VALUE_PACK_ID;
const proPackId = import.meta.env.VITE_PUBLIC_PRO_IP;
const proPackId = import.meta.env.VITE_STRIPE_PRO_PACK_ID;

export default function Store() {
const isOpenRecipes = useSelector((state) => state.ui.recipesOpen);
Expand Down

0 comments on commit 8e06e0f

Please sign in to comment.