Compare commits
No commits in common. "8334dce39080b2e5ebf0eed9e458e841f0cbb9c6" and "afbb1d71f047d6be35205913dc4d0c717684e3a2" have entirely different histories.
8334dce390
...
afbb1d71f0
@ -36,15 +36,7 @@ export function StolenData({
|
|||||||
return (
|
return (
|
||||||
<div className="stolen-data-container">
|
<div className="stolen-data-container">
|
||||||
<span>Domeny{detailsVisibility ? ' oraz przesłane informacje' : null}</span>
|
<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) => {
|
{clusters.map((cluster) => {
|
||||||
return (
|
return (
|
||||||
<StolenDataCluster
|
<StolenDataCluster
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user