Work Item and Activity screens mostly complete
This commit is contained in:
@@ -13,6 +13,11 @@ export class Header extends Component {
|
||||
rightButton: PropTypes.shape(headerButtonShape),
|
||||
}
|
||||
|
||||
static defaultProps = {
|
||||
rightButton: { icon: 'none' },
|
||||
leftButton: { icon: 'none' },
|
||||
}
|
||||
|
||||
render() {
|
||||
const { title, leftButton, rightButton } = this.props
|
||||
|
||||
|
||||
Reference in New Issue
Block a user