diff --git a/src/main/webui/src/app/components/content/common/StoreListingWidget.jsx b/src/main/webui/src/app/components/content/common/StoreListingWidget.jsx index 737acd5..74f833b 100644 --- a/src/main/webui/src/app/components/content/common/StoreListingWidget.jsx +++ b/src/main/webui/src/app/components/content/common/StoreListingWidget.jsx @@ -32,8 +32,7 @@ LocalURLSection.propTypes = { const CapabilitiesSection = ({store}) => { if(store.type==="remote" || store.type==="hosted"){ const options = Utils.storeOptions(store); - const styleClass = store.type==="remote"?"left-half":"right-half"; - return
+ return
{' '} { options.map(option =>
@@ -82,10 +81,9 @@ const StoreListingWidget = ({storeList, disableMap, storeType}) => { {store.url}
} - { storeType === "hosted" && }
{ - storeType === "remote" &&
+ (storeType === "remote" || storeType === "hosted") &&
}
{store.description}