Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanEngland committed Mar 20, 2024
1 parent e0c175c commit 08ed4c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/webui/src/Investigators/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ function InvestigatorsRow(props: PersonProps): ReactElement {
centered: true,
children: (
<Text size="sm">
Are you sure you want to remove {data?.person?.fullName}
from this proposal?
Are you sure you want to remove {data?.person?.fullName} from this proposal?
</Text>
),
labels: { confirm: "Delete", cancel: "Cancel" },
Expand Down

0 comments on commit 08ed4c8

Please sign in to comment.