minor visual tweaks

This commit is contained in:
Khalim Conn-Kowlessar 2024-04-16 13:21:56 +01:00
parent c2c50335f9
commit 931b7e0143
3 changed files with 7 additions and 7 deletions

View file

@ -129,7 +129,7 @@ export async function GET(
},
{
title:
"Potential valuation improvement/unit - highlight indicative EPC effect*",
"Potential valuation improvement/unit - highly indicative EPC effect*",
scenarios: [
{
scenarioName: portfolioName,
@ -139,7 +139,7 @@ export async function GET(
},
{
title:
"Potential valuation return on investment - highlight indicative EPC effect*",
"Potential valuation return on investment - highly indicative EPC effect*",
scenarios: [
{
scenarioName: portfolioName,

View file

@ -57,8 +57,8 @@ export const useFetchPortfolioSummary = ({
const shouldHighlightRow = (title: string) => {
return [
"Potential valuation improvement/unit - highlight indicative EPC effect*",
"Potential valuation return on investment - highlight indicative EPC effect*",
"Potential valuation improvement/unit - highly indicative EPC effect*",
"Potential valuation return on investment - highly indicative EPC effect*",
].includes(title);
};
@ -204,7 +204,7 @@ const SummaryTable = ({
key={row.id}
style={
shouldHighlightRow(row.original.title)
? { background: "#fbf8f8" }
? { background: "#e1e1e1" }
: {}
}
>

View file

@ -196,7 +196,7 @@ export async function getOverviewPortfolioData(
},
{
title:
"Potential valuation improvement/unit - highlight indicative EPC effect*",
"Potential valuation improvement/unit - highly indicative EPC effect*",
scenarios: [
{ scenarioName: "Today", data: "" },
{
@ -207,7 +207,7 @@ export async function getOverviewPortfolioData(
},
{
title:
"Potential valuation return on investment - highlight indicative EPC effect*",
"Potential valuation return on investment - highly indicative EPC effect*",
scenarios: [
{ scenarioName: "Today", data: "" },
{