Skip to content

Commit

Permalink
refactor(envited.ascs.digital): format write
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Branje <[email protected]>
  • Loading branch information
jeroenbranje committed Feb 29, 2024
1 parent 887ce42 commit a1d6ea5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions apps/envited.ascs.digital/modules/Profile/Profile.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
'use client'

import { Card, Checkboxes, DragAndDropField, Heading, LoadingIndicator, TextField, TextareaField } from '@envited-marketplace/design-system'
import {
Card,
Checkboxes,
DragAndDropField,
Heading,
LoadingIndicator,
TextField,
TextareaField,
} from '@envited-marketplace/design-system'
import { zodResolver } from '@hookform/resolvers/zod'
import { append, chain, equals, includes, isNil, pathOr, prop, propOr, reject } from 'ramda'
import { FC } from 'react'
Expand Down Expand Up @@ -87,7 +95,6 @@ export const Profile: FC<ProfileProps> = ({ profile, businessCategories }) => {
mode: 'onChange',
})


const handleCheckbox = (checkId: string) => {
const { businessCategories: ids } = getValues()

Expand Down

0 comments on commit a1d6ea5

Please sign in to comment.