feat: manual journal drawer & paper footer RLT.

This commit is contained in:
elforjani3
2021-06-27 14:08:32 +02:00
parent c42a134b76
commit a6770c145b
4 changed files with 13 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
import React from 'react';
import { If } from 'components';
import intl from 'react-intl-universal';
export default function PaperTemplateFooter({
footerData: { terms_conditions },
@@ -8,7 +9,7 @@ export default function PaperTemplateFooter({
<div className="template__terms">
<If condition={terms_conditions}>
<div className="template__terms__title">
<h4>Conditions and terms</h4>
<h4>{intl.get('conditions_and_terms')}</h4>
</div>
<ul>