Skip to content

Commit

Permalink
Update atomic-product-image.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme committed Oct 8, 2024
1 parent 1459fdf commit bea87e2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@ export class AtomicProductImage implements InitializableComponent<Bindings> {
this.product,
this.imageAltField
);
// KIT-3620
// if (isNullOrUndefined(value)) {
// return null;
// }

if (isNullOrUndefined(value)) {
return null;
Expand Down

0 comments on commit bea87e2

Please sign in to comment.