diff --git a/components/resource-list/resource-list.js b/components/resource-list/resource-list.js index f7f2ac622..1a02f8897 100644 --- a/components/resource-list/resource-list.js +++ b/components/resource-list/resource-list.js @@ -90,11 +90,7 @@ export const LaunchpadList = ({ title, templates, className = "" }) => { ); }; -const shouldShowRibbon = (product) => { - if (product?.isLaunchpadTemplate) { - return "Customise"; - } - +const shouldShowRibbon = () => { return false; };