fix: Messages

- update messages according to new doctype
- sync logo in seller registration
- hub.is_seller_registered() and hub.is_user_registered() api
- Add Users dialog
This commit is contained in:
Faris Ansari
2018-09-03 15:42:00 +05:30
parent 18e3c61109
commit ad0be6aaa2
11 changed files with 105 additions and 82 deletions

View File

@@ -62,5 +62,5 @@ Vue.directive('img-src', {
});
Vue.filter('striphtml', function (text) {
return strip_html(text);
return strip_html(text || '');
});