refactor: add profile url in config

This commit is contained in:
mashal-m
2023-11-29 17:08:23 +05:00
parent 2298791aeb
commit 4c21d5874d

View File

@@ -22,6 +22,7 @@ ensureConfig([
'SITE_NAME',
'LOGO_URL',
'ORDER_HISTORY_URL',
'ACCOUNT_PROFILE_URL',
], 'Header component');
subscribe(APP_CONFIG_INITIALIZED, () => {