copy-paste bug
This commit is contained in:
cv
2021-05-16 13:43:38 +02:00
parent 1980e0e779
commit a3608992e8
@@ -129,7 +129,7 @@ export default function MessageControl() {
text={lower.text} text={lower.text}
visible={lower.visible} visible={lower.visible}
changeHandler={(event) => messageControl('lower-text', event)} changeHandler={(event) => messageControl('lower-text', event)}
actionHandler={() => messageControl('toggle-publ-visible')} actionHandler={() => messageControl('toggle-lower-visible')}
/> />
</div> </div>
); );