From c94bd43b712dd2d449d6abb9ca46885e17f5c9fe Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Mon, 6 May 2024 18:04:57 +0200 Subject: [PATCH] Add post_install button to ScriptItem component in Script.tsx --- components/Script.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/Script.tsx b/components/Script.tsx index 65d2c8b..39d17dc 100644 --- a/components/Script.tsx +++ b/components/Script.tsx @@ -153,6 +153,13 @@ function ScriptItem() { )} + {item.post_install && ( + + )}