Compare commits

..

No commits in common. "8334dce39080b2e5ebf0eed9e458e841f0cbb9c6" and "afbb1d71f047d6be35205913dc4d0c717684e3a2" have entirely different histories.

View File

@ -36,15 +36,7 @@ export function StolenData({
return (
<div className="stolen-data-container">
<span>Domeny{detailsVisibility ? ' oraz przesłane informacje' : null}</span>
<br />
<button
onClick={() => {
clusters.forEach((cluster) => cluster.undoMark());
}}
style={{ marginTop: '8px', lineHeight: '32px' }}
>
Odznacz wszystkie
</button>
{clusters.map((cluster) => {
return (
<StolenDataCluster