+
+ ({
+ active: activeTab === index,
+ label: `${formatDate(periode.fom)} - ${formatDate(periode.tom)}`,
+ icon:
+ isAksjonspunktOpen && vilkarStatus === VilkårPeriodeDtoVilkarStatus.IKKE_VURDERT ? (
+
+ ) : null,
+ }))}
+ onClick={setActiveTab}
+ heading="Perioder"
+ />
+
+
+
+
+
+