Commit ecc5162f authored by Yavor Grancharov's avatar Yavor Grancharov
Browse files

fix: mobile shop error when viewing products

parent ff6e3328
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
	"name": "@ever-platform/core",
	"description": "Ever Platform Headless Framework",
	"license": "AGPL-3.0",
	"version": "0.3.15",
	"version": "0.3.16",
	"homepage": "https://ever.co",
	"repository": {
		"type": "git",
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ import { combineLatest, of, throwError, Observable } from 'rxjs';
@injectable()
@routerName('user-products')
export class UsersProductsService implements IUserProductsRouter, IService {
	private static templatesDirPath: string = `${__dirname}/../../../res/templates/`;
	private static templatesDirPath: string = `${__dirname}/../../../../res/templates/`;

	protected _placeholderTemplateFileName: string =
		UsersProductsService.templatesDirPath + `user_products_placeholder.hbs`;