Skip to content
Snippets Groups Projects
Commit f6cbde8f authored by Yoan VALLET's avatar Yoan VALLET
Browse files

feat: review

parent d9889067
No related branches found
No related tags found
1 merge request!271Features/us388 update analysis view
...@@ -32,7 +32,7 @@ const AnalysisConsumptionRow: React.FC<AnalysisConsumptionRowProps> = ({ ...@@ -32,7 +32,7 @@ const AnalysisConsumptionRow: React.FC<AnalysisConsumptionRowProps> = ({
const { t } = useI18n() const { t } = useI18n()
const converterService: ConverterService = new ConverterService() const converterService: ConverterService = new ConverterService()
const idealCoefficient = 0.1 const idealCoefficient = 0.1
const maxPriceConsumption = Math.max( const maxPriceConsumption: number = Math.max(
userPriceConsumption, userPriceConsumption,
homePriceConsumption homePriceConsumption
) )
......
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
&.not-connected { &.not-connected {
color: $soft-grey; color: $soft-grey;
height: 2rem; height: 2rem;
width: 100%;
align-items: center;
display: flex;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment