Remove unnecessary props

This commit is contained in:
GHOSCHT 2020-08-01 17:14:09 +02:00
parent aff418f890
commit 4a7fec4ba3

View file

@ -11,9 +11,7 @@ export default function LampButtonToggle(props) {
<Button
style={{ height: 130, width: 130, marginRight: 20 }}
variant="contained"
color="primary"
href="#contained-buttons"
size="large"
color="secondary"
endIcon={<EmojiObjectsIcon />}
onClick={() => {
comConnection.port.write(props.title);