Skip to content

Commit 1f17882

Browse files
refactor(print): always render additional information
Refs: PS-275
1 parent 661715d commit 1f17882

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/components/form/EventForm.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,7 @@ const EventForm: React.FC<EventFormProps> = ({
280280
/>
281281
</Col>
282282
</Row>
283-
<Row
284-
className={`event-form-print-note ${
285-
values.additional_information.trim()
286-
? ''
287-
: 'event-form-print-note--empty'
288-
}`}
289-
>
283+
<Row>
290284
<Col sm="12" md={{ size: 8, offset: 1 }} lg={{ size: 8, offset: 1 }}>
291285
<Input
292286
type="textarea"

0 commit comments

Comments
 (0)