1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

add missing token to default IC page

This commit is contained in:
Sonja Happ 2021-05-26 16:05:36 +02:00
parent 2cd6b2b0b9
commit 68363735dc

View file

@ -184,6 +184,7 @@ class InfrastructureComponent extends React.Component {
}else {
page = <DefaultICPage
ic = {this.state.ic}
sessionToken = {this.state.sessionToken}
buttonStyle = {buttonStyle}
iconStyle = {iconStyle}
/>