diff --git a/FireWalletBrowser.bsdesign b/FireWalletBrowser.bsdesign index 45aff50..44990d5 100644 Binary files a/FireWalletBrowser.bsdesign and b/FireWalletBrowser.bsdesign differ diff --git a/render.py b/render.py index 1629e6e..033e52c 100644 --- a/render.py +++ b/render.py @@ -348,5 +348,7 @@ def plugin_output_dash(outputs, returns): for returnOutput in returns: if returnOutput not in outputs: continue + if outputs[returnOutput] == None: + continue html += render_template('components/dashboard-plugin.html', name=returns[returnOutput]["name"], output=outputs[returnOutput]) return html \ No newline at end of file