diff --git a/components/sidebar/stolen-data-cluster.tsx b/components/sidebar/stolen-data-cluster.tsx
index 65d0e8d..2d1e4c0 100644
--- a/components/sidebar/stolen-data-cluster.tsx
+++ b/components/sidebar/stolen-data-cluster.tsx
@@ -137,13 +137,18 @@ export default function StolenDataCluster({
getMemory().emit('change', cluster.id);
}}
/>
-
+
{cluster.id}
{fullHosts.map((host, index) => (
-
+
{host} {`${fullHosts.length - 1 !== index ? '· ' : ''}`}
))}
diff --git a/components/toolbar/toolbar.tsx b/components/toolbar/toolbar.tsx
index 9e09f1a..29e6642 100644
--- a/components/toolbar/toolbar.tsx
+++ b/components/toolbar/toolbar.tsx
@@ -135,15 +135,11 @@ const Toolbar = () => {
Przejdź do wybranej strony internetowej
)}
- {stolenDataView ? (
+ {origin ? (
- ) : (
-
- )}
+ ) : null}