mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 13:19:05 +00:00
style: linting
This commit is contained in:
@@ -392,13 +392,13 @@ export default function MeetingSelection({
|
||||
No meetings right now
|
||||
</Text>
|
||||
<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>
|
||||
</VStack>
|
||||
</VStack>
|
||||
</Flex>
|
||||
)}
|
||||
|
||||
</Flex>
|
||||
</Flex>
|
||||
);
|
||||
|
||||
@@ -70,11 +70,7 @@ export default function MinimalHeader({
|
||||
{/* Action Buttons */}
|
||||
<HStack gap={2}>
|
||||
{showCreateButton && onCreateMeeting && (
|
||||
<Button
|
||||
colorScheme="green"
|
||||
size="sm"
|
||||
onClick={onCreateMeeting}
|
||||
>
|
||||
<Button colorScheme="green" size="sm" onClick={onCreateMeeting}>
|
||||
Create Meeting
|
||||
</Button>
|
||||
)}
|
||||
|
||||
5568
www/app/reflector-api.d.ts
vendored
5568
www/app/reflector-api.d.ts
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user