Skip to content

Commit

Permalink
[UPDATE] : single product update
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba1180 committed Jun 1, 2023
1 parent 84fdd98 commit f0cc2b7
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

0 comments on commit f0cc2b7

Please sign in to comment.