Skip to content

Commit

Permalink
Deploy: production
Browse files Browse the repository at this point in the history
[UPDATE] : single product update
  • Loading branch information
mojtaba1180 authored Jun 1, 2023
2 parents 1db09e3 + f0cc2b7 commit bd89c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/user/product/single.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function ProductSingle() {
const incriment = () => count < 100 && setcount(count + 1);

return (
<Container title="نام محصول" backwardUrl={-1}>
<Container title={data?.product_Name || ""} backwardUrl={-1}>
{isFetching || isLoading ? (
<UserSingleProductSkeleton />
) : (
Expand Down

1 comment on commit bd89c33

@vercel
Copy link

@vercel vercel bot commented on bd89c33 Jun 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.