mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Hide button behind a mini flag
This commit is contained in:
parent
d0f9960831
commit
c3a641d85f
|
@ -62,6 +62,8 @@ export default function getExceptions(theState) {
|
||||||
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
!props.flags.ifMini && (
|
||||||
<InfoLi
|
<InfoLi
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
conf={{
|
conf={{
|
||||||
|
@ -77,6 +79,8 @@ export default function getExceptions(theState) {
|
||||||
}}
|
}}
|
||||||
nodeAfterLabel={(<span>Собирать <a href="../errors-to-exc/index.html">последние ошибки</a> сайтов</span>)}
|
nodeAfterLabel={(<span>Собирать <a href="../errors-to-exc/index.html">последние ошибки</a> сайтов</span>)}
|
||||||
/>
|
/>
|
||||||
|
)
|
||||||
|
}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user