diff --git a/spin-observatory-plugin-deck/src/components/PluginContainer.tsx b/spin-observatory-plugin-deck/src/components/PluginContainer.tsx index f2cbebf..3c7b4e9 100644 --- a/spin-observatory-plugin-deck/src/components/PluginContainer.tsx +++ b/spin-observatory-plugin-deck/src/components/PluginContainer.tsx @@ -60,13 +60,17 @@ export function PluginContainer({ app }: IPluginContainerProps) {
- + {!selectedPipeline ? ( +

Select a pipeline..

+ ) : ( + + )}
);