Skip to content

Commit

Permalink
Merge branch 'vaash/2528' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunVAshrit committed Oct 15, 2024
2 parents 0c79950 + 65b8914 commit 2f2cffe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion web/pageComponents/topicPages/Form/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import type { FormData } from '../../../types/index'
import { twMerge } from 'tailwind-merge'
import CallToActions from '@sections/CallToActions'
import PensionForm from './PensionForm'
import React from 'react'

const StyledHeading = styled(TitleText)`
padding: 0 0 var(--space-large) 0;
Expand Down
1 change: 0 additions & 1 deletion web/pageComponents/topicPages/Form/PensionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { FormButton, FormTextField, FormSelect, FormSubmitSuccessBox, FormSubmit
import { BaseSyntheticEvent, useState } from 'react'
import FriendlyCaptcha from './FriendlyCaptcha'
import { PensionFormCatalogType } from '../../../types'
import React from 'react'

type PensionFormValues = {
name: string
Expand Down

0 comments on commit 2f2cffe

Please sign in to comment.