Skip to content

Commit

Permalink
fix error not found
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed May 2, 2024
1 parent 8b02297 commit fb20269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/bundles/BundleDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default function BundleDetail() {
return (
<EmptyErrorMessage
title={
bundleResult
bundleResult?.length
? "This bundle does not have a physical item"
: "This bundle does not exist"
}
Expand Down

0 comments on commit fb20269

Please sign in to comment.