Skip to content

Commit

Permalink
commenting out warning component
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Morran committed Dec 7, 2023
1 parent 81239b9 commit bb7f843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/modules/hubs/HubFormCard/HubFormCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const HubFormCard = ({ hub: _hub, classProp = '' }: HubFormCardPropsT) => {
<h1 className={styles.title}>Hub Details</h1>
</div>

<Warning />
{/* <Warning /> */}

<form onSubmit={formik.handleSubmit}>
<div className={styles.form_contents}>
Expand Down

0 comments on commit bb7f843

Please sign in to comment.