Skip to content

Commit f4cbbde

Browse files
zzz
1 parent 3445607 commit f4cbbde

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/components/eventcard.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,8 @@ class Card extends Component {
4747
</Modal.Header>
4848
<Modal.Body>
4949
<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-
=======
5450
<h6>Starts: <b> {Moment(this.props.eventTime).format('MMMM Do YYYY, h:mm:ss a')}</b></h6>
5551
<h6>Ends: <b> {Moment(this.props.eventEndTime).format('MMMM Do YYYY, h:mm:ss a')}</b></h6>
56-
>>>>>>> Stashed changes
5752
<h6>{this.props.eventLocation}</h6>
5853
<br/>
5954
<h5>Description: <br/>{this.props.eventDetails}</h5>
@@ -82,4 +77,4 @@ class Card extends Component {
8277
}
8378
}
8479

85-
export default Card;
80+
export default Card;

0 commit comments

Comments
 (0)