Skip to content

Commit

Permalink
style: Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont committed May 27, 2024
1 parent 81b2074 commit 34cfa8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/pages/auth/components/QuestionnaireForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export function QuestionnaireForm() {
>((data: ICreateOrganizationDto) => api.post(`/v1/organizations`, data));

useEffect(() => {
// TODO: Do we need this page.
if (currentUser?.environmentId) {
if (isFromVercel) {
startVercelSetup();
Expand Down

0 comments on commit 34cfa8c

Please sign in to comment.