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