Skip to content
Snippets Groups Projects
Commit 66ac6d6f authored by Jürgen Voskuhl's avatar Jürgen Voskuhl
Browse files

Workaround didn't work out

parent d270f935
No related branches found
No related tags found
1 merge request!86planning#1203: Standards
Pipeline #56022 failed
......@@ -71,6 +71,7 @@ export default function ({ contentString }) {
}}
supportInfo={ [] }
artefacts={ [] }
combinedStandards={ [] }
// combinedStandards={ content.childResources }
lastUpdate={content.dateLastUpdate}
/>
......
......@@ -89,7 +89,7 @@ export function InfoBoxes({
</div>
)}
{combinedStandards !== undefined && combinedStandards[0].link != '' && (
{combinedStandards.length > 0 && combinedStandards[0].link != '' && (
<div className="w-80 border-2 mb-4 rounded-md">
<div className={`${MY_CONSTANTS.BG_COLORS.COMBINED_STANDARDS} p-1 font-bold`}>Verbundene IT-Standards</div>
<div className="text-sm p-1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment