diff options
Diffstat (limited to 'sdnr/wt/odlux/apps/linkCalculationApp/src/components')
-rw-r--r-- | sdnr/wt/odlux/apps/linkCalculationApp/src/components/connectionInfo.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/apps/linkCalculationApp/src/components/connectionInfo.tsx b/sdnr/wt/odlux/apps/linkCalculationApp/src/components/connectionInfo.tsx index cae6fbd9e..e6d82e236 100644 --- a/sdnr/wt/odlux/apps/linkCalculationApp/src/components/connectionInfo.tsx +++ b/sdnr/wt/odlux/apps/linkCalculationApp/src/components/connectionInfo.tsx @@ -36,6 +36,7 @@ const ConnectionInfo: React.FunctionComponent<props> = (props) => { {props.isCalculationServerReachable === false && <Typography> Calculation data can't be loaded.</Typography>} </div> </Paper> : null + )} const mapStateToProps = (state: IApplicationStoreState) => ({ |