Refactors AppText and Segment components

This commit is contained in:
mashazyu
2020-04-22 21:40:58 +02:00
committed by Sofiya Tepikin
parent 111475b2e3
commit fe5f734cff
2 changed files with 6 additions and 14 deletions
+1
View File
@@ -20,6 +20,7 @@ const Segment = ({ children, last, title }) => {
Segment.propTypes = {
children: PropTypes.node,
last: PropTypes.bool,
style: PropTypes.object,
title: PropTypes.string
}