Skip to content

Commit

Permalink
Fix comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
meawong committed Nov 12, 2024
1 parent a828b7b commit 5213e21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/list-data/conversion-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ import { EntityTypes, NrRequestTypeCodes } from '@/enums'
import { ConversionTypesI } from '@/interfaces/models'

export const ConversionTypes: ConversionTypesI[] = [
//
// Regular Businesses
//
{
desc: 'Limited Company to a Benefit Company',
text: 'Limited Company to a Benefit Company',
Expand Down Expand Up @@ -82,8 +84,9 @@ export const ConversionTypes: ConversionTypesI[] = [
value: NrRequestTypeCodes.CONVERT_ULC_TO_BEN,
shortlist: false
},

//
// Continued-in Businesses
//
{
desc: 'Limited Company to a Benefit Company',
text: 'Limited Company to a Benefit Company',
Expand Down

0 comments on commit 5213e21

Please sign in to comment.