Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit b160dc4

Browse files
committed
cherry-pick in change from #1065
This needed a new commit because the location of the code changes between master and this branch.
1 parent e53fa42 commit b160dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/settings/blocks/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ export const THUMBNAIL_SIZE = getConstantFromData( 'thumbnail_size', 300 );
2020
export const IS_LARGE_CATALOG = getConstantFromData( 'isLargeCatalog' );
2121
export const LIMIT_TAGS = getConstantFromData( 'limitTags' );
2222
export const HAS_TAGS = getConstantFromData( 'hasTags', true );
23-
export const HOME_URL = getConstantFromData( 'homeUrl ', '' );
23+
export const HOME_URL = getConstantFromData( 'homeUrl', '' );
2424
export const PRODUCT_CATEGORIES = getConstantFromData( 'productCategories', [] );
2525
export { ENDPOINTS } from './endpoints';

0 commit comments

Comments
 (0)