style: linting

This commit is contained in:
2025-09-10 19:45:23 -06:00
parent b4da188a1a
commit eeed91cc82
4 changed files with 2801 additions and 2781 deletions

View File

@@ -392,13 +392,13 @@ export default function MeetingSelection({
No meetings right now No meetings right now
</Text> </Text>
<Text fontSize="md" color="gray.600" maxW="400px"> <Text fontSize="md" color="gray.600" maxW="400px">
There are no ongoing or upcoming meetings in this room at the moment. There are no ongoing or upcoming meetings in this room at the
moment.
</Text> </Text>
</VStack> </VStack>
</VStack> </VStack>
</Flex> </Flex>
)} )}
</Flex> </Flex>
</Flex> </Flex>
); );

View File

@@ -70,11 +70,7 @@ export default function MinimalHeader({
{/* Action Buttons */} {/* Action Buttons */}
<HStack gap={2}> <HStack gap={2}>
{showCreateButton && onCreateMeeting && ( {showCreateButton && onCreateMeeting && (
<Button <Button colorScheme="green" size="sm" onClick={onCreateMeeting}>
colorScheme="green"
size="sm"
onClick={onCreateMeeting}
>
Create Meeting Create Meeting
</Button> </Button>
)} )}

File diff suppressed because it is too large Load Diff