diff options
author | Mohammad <mohammad.boroon@highstreet-technologies.com> | 2020-11-09 15:59:34 +0100 |
---|---|---|
committer | Mohammad <mohammad.boroon@highstreet-technologies.com> | 2020-11-09 15:59:48 +0100 |
commit | da4768fe4d28822a91ee7384cbb597cd24435ee6 (patch) | |
tree | 01c7411b250bf36e26458e25f98a7589d9f3edfd /sdnr/wt/odlux/apps/linkCalculationApp/src/components | |
parent | 5bfc361adaf9bb8f71a6de08883c4a2143103ec0 (diff) |
Update Link Calculator
Add Worst Month analysis to rain loss, update gui
Issue-ID: CCSDK-2888
Signed-off-by: Mohammad <mohammad.boroon@highstreet-technologies.com>
Change-Id: Ibac53720f252840bcfd41daa8d5edc7ddde78b0f
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) => ({ |