Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Jan 2, 2025
1 parent 753e43e commit d7d1c55
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ function editSectionValue(tileId: string) {
@delete-string="deleteSectionValue"
>
<template #name="{ rowData }">
<span>{{
(rowData as SchemeStatement).statement_content_n1
}}</span>
<span>
{{ (rowData as SchemeStatement).statement_content_n1 }}
</span>
</template>
<template #type="{ rowData }">
<ControlledListItem
Expand Down

0 comments on commit d7d1c55

Please sign in to comment.