Skip to content

Commit

Permalink
fix: hide wip feature
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA authored Dec 3, 2023
1 parent ecb61b6 commit 79fa885
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,18 @@ export const NeurosityModal: FC<INeurosityModalProps> = ({ isOpen, onCloseModal
</select>
</label>

<h4 className="font-body text-lg">Recordings</h4>
{/* <h4 className="font-body text-lg">Recordings</h4>
<label htmlFor="countries" className="my-2 block text-sm font-medium text-gray-900 dark:text-white">
Allow Fusion to start recordings when device turns on automatically
<select
id="countries"
className="block w-full rounded-lg border border-gray-300 bg-gray-50 p-2.5 text-sm text-gray-900 focus:border-indigo-500 focus:ring-indigo-500 dark:border-gray-600 dark:bg-gray-700 dark:text-white dark:placeholder-gray-400 dark:focus:border-indigo-500 dark:focus:ring-indigo-500"
onChange={updateNeurositySelectedDevice}
>
<option value="">Choose option</option>
<option value="No">No</option>
<option value="Yes">Yes</option>
</select>
</label>
</label> */}

<div className="mt-8 flex w-full flex-wrap items-center gap-4 py-6 md:flex-nowrap">
<Button type="submit" onClick={handleDisconnect}>
Expand Down

1 comment on commit 79fa885

@vercel
Copy link

@vercel vercel bot commented on 79fa885 Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fusion – ./neurofusion/next-client

fusion-neurofusion-research-inc.vercel.app
fusion-git-master-neurofusion-research-inc.vercel.app
usefusion.app
www.usefusion.app

Please sign in to comment.