Skip to content

Commit 68d67ee

Browse files
authored
fix: repeq receipt formatting (#2135)
1 parent 7d9fd71 commit 68d67ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/api/core-domain/infra/pdf/templates/RepresentationEquilibreeReceipt.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export const RepresentationEquilibreeReceipt = ({ repEq }: RepresentationEquilib
127127
: {
128128
key: "Modalités de communication auprès des salariés",
129129
value: repEq.publication.modalities,
130+
showAsBlock: true,
130131
},
131132
],
132133
});

0 commit comments

Comments
 (0)