We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3445607 commit f4cbbdeCopy full SHA for f4cbbde
src/components/eventcard.js
@@ -47,13 +47,8 @@ class Card extends Component {
47
</Modal.Header>
48
<Modal.Body>
49
<h4>{this.props.eventTitle}</h4>
50
-<<<<<<< Updated upstream
51
- <h6>Starts: {Moment(this.props.eventTime).format('MMMM Do YYYY, h:mm:ss a')}</h6>
52
- <h6>Ends: {Moment(this.props.eventEndTime).format('MMMM Do YYYY, h:mm:ss a')}</h6>
53
-=======
54
<h6>Starts: <b> {Moment(this.props.eventTime).format('MMMM Do YYYY, h:mm:ss a')}</b></h6>
55
<h6>Ends: <b> {Moment(this.props.eventEndTime).format('MMMM Do YYYY, h:mm:ss a')}</b></h6>
56
->>>>>>> Stashed changes
57
<h6>{this.props.eventLocation}</h6>
58
<br/>
59
<h5>Description: <br/>{this.props.eventDetails}</h5>
@@ -82,4 +77,4 @@ class Card extends Component {
82
77
}
83
78
84
79
85
-export default Card;
80
+export default Card;
0 commit comments