Deduplicate CommonModal Props (#1649)

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2021-11-26 21:51:12 +01:00 committed by GitHub
parent 1e27263abb
commit e0a0c86846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 91 additions and 105 deletions

View file

@ -35,8 +35,8 @@ export const VersionInfoModal: React.FC<CommonModalProps> = ({ onHide, show }) =
{...cypressId('version-modal')}
show={show}
onHide={onHide}
closeButton={true}
titleI18nKey={'landing.versionInfo.title'}>
showCloseButton={true}
title={'landing.versionInfo.title'}>
<Modal.Body>
<Row>
<VersionInfoModalColumn