From 51256a6accc4116651b1f712d9b35ea7643dbd7f Mon Sep 17 00:00:00 2001 From: DapperMickie Date: Fri, 12 Apr 2024 09:29:06 +0200 Subject: [PATCH] Fix plugin hub rendering for non-existent repositories (#500) --- src/routes/plugin-hub-show.js | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/routes/plugin-hub-show.js b/src/routes/plugin-hub-show.js index 477e3ba70..fc8eca6c9 100644 --- a/src/routes/plugin-hub-show.js +++ b/src/routes/plugin-hub-show.js @@ -69,14 +69,16 @@ const PluginHubShow = ({ externalPlugin }) => {
{externalPlugin.description}
-
- - - Report an issue - -
+ {externalPlugin.github && ( +
+ + + Report an issue + +
+ )} {externalPlugin.github && (