fix(bundles): hide old price if no discount (#5561)

This commit is contained in:
Sergey Andrievskiy 2019-11-14 17:25:14 +03:00 committed by GitHub
parent 72e39f62bb
commit c046c0d950
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 4 deletions

View file

@ -54,6 +54,9 @@ const COMPONENTS = [
SwiperModule,
LandingHomeRoutingModule,
],
providers: [
...PIPES,
],
})
export class LandingHomeModule {
}