Skip to content

Commit

Permalink
fix: event share button #821
Browse files Browse the repository at this point in the history
fixed event share
  • Loading branch information
jasurobo committed Feb 1, 2022
1 parent 9fe0445 commit 1012f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/layout/EventDetails/EventSpotlight.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function EventSpotlight({ data, showWindow, handleSubmit }) {
<div className={styles.postWrap}>
<figure>{banner_image && <img src={banner_image} alt="Event Image" />}</figure>
<div className={styles.bookEvent}>
<BookEvent data={data} />
<BookEvent data={data} showShare={showWindow} />
</div>
<div className={styles.author}>
<GuestDetails name={guest_name} avatar={guest_image} desig={guest_designation} />
Expand Down

0 comments on commit 1012f28

Please sign in to comment.