Skip to content

Commit

Permalink
Convert Meetings component from class-based to functional
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiven Ahuja authored and Shiven Ahuja committed Jun 16, 2024
1 parent a4b6a7b commit baa2ace
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/components/timeline/meetings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,4 @@ const Meetings = ({ weeks, course }) => {
</Modal>
);
};

export default Meetings;

0 comments on commit baa2ace

Please sign in to comment.