diff --git a/frontend/src/components/PluginView.tsx b/frontend/src/components/PluginView.tsx
index b53035f78..be4568d60 100644
--- a/frontend/src/components/PluginView.tsx
+++ b/frontend/src/components/PluginView.tsx
@@ -53,7 +53,7 @@ const PluginView: VFC = () => {
{pluginList
.filter((p) => p.content)
.filter(({ name }) => !hiddenPlugins.includes(name))
- .map(({ name, icon }) => (
+ .map(({ name, icon, tileContent }) => tileContent === undefined ? (