Fix prettier

This commit is contained in:
David Corbitt
2023-08-08 12:09:09 -07:00
parent 49c68fdbf2
commit 41d06596cb

View File

@@ -117,8 +117,8 @@ export default function Settings() {
<VStack alignItems="flex-start"> <VStack alignItems="flex-start">
<Subtitle>Personal Project</Subtitle> <Subtitle>Personal Project</Subtitle>
<Text fontSize="sm"> <Text fontSize="sm">
This project is {selectedOrg?.personalOrgUser?.name}'s personal project. It cannot be This project is {selectedOrg?.personalOrgUser?.name}'s personal project. It cannot
deleted. be deleted.
</Text> </Text>
</VStack> </VStack>
) : ( ) : (