Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
0ef1a5de70 |
|
@ -25,7 +25,6 @@ export default function DomainSummary({
|
||||||
<li>
|
<li>
|
||||||
Właścicielowi domeny <strong>{cluster.id}</strong> zostały ujawnione:{" "}
|
Właścicielowi domeny <strong>{cluster.id}</strong> zostały ujawnione:{" "}
|
||||||
<ul>
|
<ul>
|
||||||
<li>Mój adres IP</li>
|
|
||||||
{cluster.representativeStolenData
|
{cluster.representativeStolenData
|
||||||
.filter((entry) => entry.isMarked)
|
.filter((entry) => entry.isMarked)
|
||||||
.map((entry) => (
|
.map((entry) => (
|
||||||
|
|
|
@ -26,7 +26,6 @@ function ClusterRangeSummary({ cluster }: { cluster: RequestCluster }) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{[
|
{[
|
||||||
"Pańskiego adresu IP",
|
|
||||||
range.includes("id")
|
range.includes("id")
|
||||||
? "Pańskiego identyfikatora interenetowego" +
|
? "Pańskiego identyfikatora interenetowego" +
|
||||||
(has_cookie_ids ? " z cookie" : "")
|
(has_cookie_ids ? " z cookie" : "")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user